RetailUpgrade63 Class [AX 2012]
Common class for retail upgrade.
| Method | Description | |
|---|---|---|
| cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) |
| equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) |
| getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) |
| handle | Retrieves the handle of the class of the object. (Inherited from Object.) |
| new | Initializes a new instance of the Object class. (Inherited from Object.) |
| notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) |
| notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) |
| objectOnServer | Determines whether the object is on a server. (Inherited from Object.) |
| owner | Returns the instance that owns the object. (Inherited from Object.) |
| setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) |
| toString | Returns a string that represents the current object. (Inherited from Object.) |
| usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) |
| wait | Pauses a process. (Inherited from Object.) |
| xml | Returns an XML string that represents the current object. (Inherited from Object.) |
| ::allowDupRetailTransactionDiscountTrans | Allow duplicates by enabling index. |
| ::allowNoDupRetailTransDiscountTransIdx | Do not allow duplicates. |
| ::createAdjustment | |
| ::CreateLoyaltyCardAndCardTier | Creates loyalty cards and card tiers. |
| ::createLoyaltyTiersAndPriceGroups_RU | Creates Loyalty tiers and Discount groups |
| ::deleteSchedulerData | Deletes data from scheduler tables. They need to be regenerated after upgrade. |
| ::refUpdateRetailLoyaltySchemesTable | Updates scheme ID in table RetailPeriodicDiscountRetailLoyaltyPointsTable, RetailLoyaltyMSRCardTable and RetailLoyaltyMSRCardTrans. |
| ::refUpdateRetailTransactionSalesTrans | Updates scheme ID in table RetailLoyaltyPointsTable, RetailLoyaltyMSRCardTable and RetailLoyaltyMSRCardTrans. |
| ::RetailChannelTable | Upgrades RetailChannelTable with channel time zone. |
| ::RetailLoyaltyCards | Data upgrade from RetailLoyaltyPointsTable to RetailLoyaltyCard. |
| ::RetailLoyaltyCardTrans | Data upgrade from RetailLoyaltyMSRCardTrans to RetailLoyaltyCardRewardPointTrans. |
| ::RetailLoyaltyScheme | Data upgrade from RetailLoyaltySchemesTable to RetailLoyaltyScheme. |
| ::RetailLoyaltySchemeLine | Data upgrade from RetailLoyaltyPointsTable to RetailLoyaltyEarnSchemeLine and RetailLoyaltyRedeemSchemeLine. |
| ::updateCDX | Updates column DataGroup for RetailConnDatabaseProfile and fills RetailCDXFileStorageProvider, RetailCDXGroup and RetailCDXDataStoreChannel with correct records. |
| ::updateRetailBuyersPushLine | Upgrades the RetailBuyersPushLine table. |
| ::updateRetailBuyersPushLineUserSpecified | Updates the UserSpecified field and the UserSpecifiedQty field for the RetailBuyersPushLine table. |
| ::UpdateRetailGiftCardTable | Upgrades the RetailGiftCard table. |
| ::UpdateRetailGiftCardTransactions | Upgrades the RetailGiftcardTransactions table. |
| ::UpdateRetailLoyaltyCustTable | |
| ::updateRetailLoyaltyDiscountCards_RU | Updates loyalty discount cards functionality. |
| ::updateRetailOfflineProfile | Changes existing profile name to end with 'AX61' / 'AX62' so it does not conflict with the new one created in AX63. |
| ::updateRetailOperations | Updates RetailOperations. |
| ::UpdateRetailParametersGiftCardCompany | Upgrades the RetailParameters table to set the Giftcard company. |
| ::updateRetailPeriodicDiscount | Updates RetailPeriodicDiscount. |
| ::updateRetailTillLayout | Data upgrade from RetailTillLayout to RetailTillLayoutZone and adding values for device type from RetailDevice. |
| ::updateRetailTillLayoutReferences | Data upgrade from RetailStaffTable to RetailTillLayoutStaffand RetailStoreTable to RetailTillLayoutStore. |
| ::updateRetailTransactionDiscountTrans | Updates line number in table RetailTransactionDiscountTrans. |
| ::updateTransactionServiceProfile | Sets the value for the field TransactionServiceProfile for each store by pulling the value from its terminal. |
Community Additions
ADD
Show: