ReleaseUpdateDB60_Retail.allowNoDupRetailPosTablesIdx Method [AX 2012]
Post-sync script to enable unique index on the retail POS tables.
Updates the index LayoutId in the table RetailFormLayout to allow no duplicate records.
Updates the index profileIdx in the table RetailFunctionalityProfile to allow no duplicate records.
Updates the index profileIdx in the table RetailHardwareProfile to allow no duplicate records.
Updates the index PictureIdIdx in the table RetailImages to allow no duplicate records.
Updates the index keyboardIdx in the table RetailKeyboardMappingTable to allow no duplicate records.
Updates the index keyboardASCIIValueIdx in the table RetailKeyboardMappingTrans to allow no duplicate records.
Updates the index profileMapFromIdx in the table RetailKeyMapping to allow no duplicate records.
Updates the index OperationIdIdx in the table RetailOperations to allow no duplicate records.
Updates the index Primary in the table RetailReceiptMasks to allow no duplicate records.
Updates the index ProfileId in the table RetailReceiptProfile to allow no duplicate records.
Updates the index Primary in the table RetailReceiptProfileLine to allow no duplicate records.
Updates the index LayoutIdx in the table RetailTillLayout to allow no duplicate records.
Updates the index profileIdx in the table RetailVisualProfile to allow no duplicate records.
Syntax
public void allowNoDupRetailPosTablesIdx()
Run On
Server