ReleaseUpdateDB62_Retail Class [AX 2012]

Upgrade scripts for retail.

Syntax

class ReleaseUpdateDB62_Retail extends ReleaseUpdateDB

Run On

Server

Methods

  Method Description
Dn650719.pubmethod(en-us,AX.60).gif addCrossModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif addCrossVersionModuleDependency Adds cross module, version dependency for an upgrade script. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif addDependency Adds a dependency of a method on another method in the same class. (Inherited from ReleaseUpdateDB.)
Dn650719.protmethod(en-us,AX.60).gif addFinalJob Adds an upgrade script as a final job. (Inherited from ReleaseUpdateDB.)
Dn650719.protmethod(en-us,AX.60).gif addSharedJob Adds an upgrade script as a shared job. (Inherited from ReleaseUpdateDB.)
Dn650719.protmethod(en-us,AX.60).gif addStandardJob Adds an upgrade script as a standard job. (Inherited from ReleaseUpdateDB.)
Dn650719.protmethod(en-us,AX.60).gif addStartJob Adds an upgrade script as a start job. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif allowDupRetailListingStatusLog Allows duplicates in update for RetailListingStatusLog.
Dn650719.pubmethod(en-us,AX.60).gif allowDupRetailPOSSeedData Allows duplicates in update for RetailPOSSeedData.
Dn650719.pubmethod(en-us,AX.60).gif allowDupRetailPOSTheme Allows duplicates in update for RetailPOSTheme.
Dn650719.pubmethod(en-us,AX.60).gif allowDupRetailTmpCatBulkAttrib Allows duplicates in update for RetailTmpCatBulkAttrib.
Dn650719.pubmethod(en-us,AX.60).gif allowDupRetailTransactionDiscountTrans Allows duplicates in update for RetailTransactionDiscountTrans.
Dn650719.pubmethod(en-us,AX.60).gif allowNoDupRetailListingStatusLog Does not allows duplicates in update for RetailListingStatusLog.
Dn650719.pubmethod(en-us,AX.60).gif allowNoDupRetailPOSSeedData Does not allows duplicates in update for RetailPOSSeedData.
Dn650719.pubmethod(en-us,AX.60).gif allowNoDupRetailPOSTheme Does not allows duplicates in update for RetailPOSTheme.
Dn650719.pubmethod(en-us,AX.60).gif allowNoDupRetailTmpCatBulkAttrib Does not allows duplicates in update for RetailTmpCatBulkAttrib.
Dn650719.pubmethod(en-us,AX.60).gif allowNoDupRetailTransDiscountTransIdx Does not allow duplicates in update for RetailTransactionDiscountTrans.
Dn650719.protmethod(en-us,AX.60).gif callInsertUpdateRelatedSkipMethods Calls the skip methods that are relevant when doing inserts or updates. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif createInternalOrganization Creates record in Internal organization related tables.
Dn650719.pubmethod(en-us,AX.60).gif createLoyaltyDefaultSettings Minor upgrade for the RetailLoyaltyBackwardCompatibility table.
Dn650719.pubmethod(en-us,AX.60).gif createRetailDiscountPriceGroup Creates record in RetailDiscountPriceGroup Table from RetailPeriodicDiscount.PriceGroup.
Dn650719.pubmethod(en-us,AX.60).gif createRetailInfocode Creates record in RetailInfocode Table for reson codes.
Dn650719.pubmethod(en-us,AX.60).gif createRetailInfocodeTranslation Creates the translations for reson codes.
Dn650719.pubmethod(en-us,AX.60).gif createRetailInfoSubcodeTranslation Creates the translations for reson Subcodes.
Dn650719.pubmethod(en-us,AX.60).gif deleteCatalogTemporaryDataMinor Deletes data from temporary table.They need to be regenerated after upgrade.
Dn650719.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif fromVersion Gets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif fromVersionEx Gets the version of the AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif initAdditionalJobs Contains the initial setup for additional upgrade scripts. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif initAdditionalUpdateJobs Contains the initial setup for additional upgrade scripts. (Overrides the initAdditionalUpdateJobs Method.)
Dn650719.pubmethod(en-us,AX.60).gif initDynamicTableDependencies Creates table dependencies for scripts whose dependencies cannot be set by using upgrade attributes. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif initJobs Builds list upgrade script classes and creates dependencies that are based on their attributes. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif initJobsUsingUpgradeAttributes Creates upgrade jobs and sets up their dependencies based on the attributes of every upgrade script method in a class. (Inherited from ReleaseUpdateDB.)
Dn650719.protmethod(en-us,AX.60).gif initOperationProgress Creates a progress form that can be used to show the progress of an upgrade step. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif initPostSyncJobs Contains the initial setup for the PostSync upgrade scripts. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif initPostSyncUpdateJobs Contains the initial setup for the PostSyncUpdate upgrade scripts. (Overrides the initPostSyncUpdateJobs Method.)
Dn650719.pubmethod(en-us,AX.60).gif initPreSyncJobs Contains the initial setup for PreSync upgrade scripts. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif initPreSyncUpdateJobs Contains the initial setup for PreSyncUpdate upgrade scripts. (Overrides the initPreSyncUpdateJobs Method.)
Dn650719.pubmethod(en-us,AX.60).gif isConfKeyEnabledInPrevVersion Determines whether the configuration key was enabled in the earlier version of the application. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif moduleName Gets the module name of an upgrade class. (Overrides the moduleName Method.)
Dn650719.pubmethod(en-us,AX.60).gif moveContentFromRetailConnAOSProfile Moves content from RetailConnAOSProfile
Dn650719.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif parmCockpit Gets or sets the Cockpit parameter. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif parmCurrentBatch Gets or sets the CurrentBatch parameter. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif parmScriptStage Gets or sets the ScriptStage parameter. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif prefixCurrentClassId Gets or sets the classId parameter. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif prefixCurrentVersion Gets or sets the version of the current instance of an upgrade class. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif refUpdateRetailLoyaltySchemesTableMinor Post-sync ID reference upgrade script for RetailLoyaltySchemesTable table.Sets the loyaltySchemeId field wih the new ID of the loyaltySchemeId table.
Dn650719.pubmethod(en-us,AX.60).gif refUpdateRetailTransactionSaleTransMinor Post-sync ID reference minor upgrade script for RetailTransactionSalesTrans table.
Dn650719.pubmethod(en-us,AX.60).gif run Runs the upgrade script. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif setImportfromVersion Sets the version of the Microsoft Dynamics AX system that is being upgraded. (Inherited from ReleaseUpdateDB.)
Dn650719.protmethod(en-us,AX.60).gif setModuleConfigKey Sets the configuration keys of the current module. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif tableProgress Sets the progress of the upgrade process, depending on the number of tables processed. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif updateCDXMinor Updates column DataGroup for RetailConnDatabaseProfile and fills RetailCDXFileStorageProvider, RetailCDXGroup and RetailCDXDataStoreChannel with correct records.
Dn650719.pubmethod(en-us,AX.60).gif updateChannelRetailGiftCardTable Upgrade the RetailGiftCardTable
Dn650719.pubmethod(en-us,AX.60).gif updateChannelRetailGiftCardTransactions Upgrade the RetailGiftcardTransactons
Dn650719.pubmethod(en-us,AX.60).gif updateMappingCatalogTables Updates the mappying for catalog tables.
Dn650719.pubmethod(en-us,AX.60).gif updatePrintedDiscounts_BR Updates the printed discounts at the fiscal receipt header and lines.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailBuyersPushLineMinor Minor upgrade for the RetailBuyersPushLine table.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailCFOP_BR Updates the CFOP code at Brazilian Retail tables.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailChannelTableMinor Minor upgrade for the RetailChannelTable table.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailLoyaltyCardsMinor Minor upgrade for the RetailLoyaltyCard table.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailLoyaltyCardTransMinor Minor upgrade for the RetailLoyaltyCardRewardPointTrans table.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailLoyaltyDiscountCards_RU Upgrade for the loyalty discount card functionality.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailLoyaltySchemeLineMinor Minor upgrade for the RetailLoyaltyEarnSchemeLine table and RetailLoyaltyRedeemSchemeLine table.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailLoyaltySchemeMinor Minor upgrade for the RetailLoyaltySchemesTable table and RetailAffiliation table.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailOfflineProfileMinor Updates offline profile that is already existing to a name that does not conflict with the new one that will be created by the seed data generator.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailOperationsMinor Minor upgrade for the RetailOperations table.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailParametersMinor Updates the GiftCardCompany field to current company in RetailParameters table.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailPeriodicDiscount Creates record in RetailDiscountPriceGroup Table from RetailPeriodicDiscount.PriceGroup.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailPOSSeedData Update RetailPOSSeedData table to include storeID, terminalID, datatype.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailPosThemesMinor Sets all existing themes to be for EPOS device type.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailTillLayoutMinor Sets all device dependent configurations to EPOS.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailTillLayoutReferencesMinor Decouples information about RetailTillLayouts associated with Staff/Store/Terminal into separate tables.
Dn650719.pubmethod(en-us,AX.60).gif updateRetailTransactionDiscountTrans update line number in table RetailTransactionDiscountTrans
Dn650719.pubmethod(en-us,AX.60).gif updateStoreTenderTypeTableMinor Minor upgrade for the RetailTenderTypeCardTable table.
Dn650719.pubmethod(en-us,AX.60).gif updateTransactionServiceProfile Sets transactionServiceProfile on RetailStoreTable.
Dn650719.pubmethod(en-us,AX.60).gif upgradeRetailGroupTrans Upgrades RetailGroupTrans.
Dn650719.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif validatedModuleName Validates that a module name is not too long. (Inherited from ReleaseUpdateDB.)
Dn650719.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Dn650719.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)

Top

Inheritance Hierarchy

Object Class
  ReleaseUpdateDB Class
    ReleaseUpdateDB62_Retail Class