Share via


ReleaseUpdateDB60_Retail.allowDupRetailPosTablesIdx Method [AX 2012]

Pre-sync script to allow duplicate index on the retail POS tables.

Updates the index LayoutId in the table RetailFormLayout to allow duplicate records.

Updates the index profileIdx in the table RetailFunctionalityProfile to allow duplicate records.

Updates the index profileIdx in the table RetailHardwareProfile to allow duplicate records.

Updates the index PictureIdIdx in the table RetailImages to allow duplicate records.

Updates the index keyboardIdx in the table RetailKeyboardMappingTable to allow duplicate records.

Updates the index keyboardASCIIValueIdx in the table RetailKeyboardMappingTrans to allow duplicate records.

Updates the index profileMapFromIdx in the table RetailKeyMapping to allow duplicate records.

Updates the index OperationIdIdx in the table RetailOperations to allow duplicate records.

Updates the index Primary in the table RetailReceiptMasks to allow duplicate records.

Updates the index ProfileId in the table RetailReceiptProfile to allow duplicate records.

Updates the index Primary in the table RetailReceiptProfileLine to allow duplicate records.

Updates the index LayoutIdx in the table RetailTillLayout to allow duplicate records.

Updates the index profileIdx in the table RetailVisualProfile to allow duplicate records.

Syntax

public void allowDupRetailPosTablesIdx()

Run On

Server

See Also

Reference

ReleaseUpdateDB60_Retail Class