Share via


ReleaseUpdateDB60_Retail.allowNoDupRetailConnTablesIdx Method [AX 2012]

Post-sync script to enable unique index on the RetailConn tables.

Updates the index NameIdx in the table RetailConnAOSProfile to allow no duplicate records.

Updates the index ProfileIdx in the table RetailConnAOSProfile to allow no duplicate records.

Updates the index NameIdx in the table RetailConnConnectionProfile to allow no duplicate records.

Updates the index NameIdx in the table RetailConnCustomConnectionProfile to no allow duplicate records.

Updates the index ProfileIdx in the table RetailConnCustomConnectionProfile to no allow duplicate records.

Updates the index NameIdx in the table RetailConnDatabaseProfile to allow no duplicate records.

Updates the index ProfileIdx in the table RetailConnDatabaseProfile to allow no duplicate records.

Updates the index groupIdx in the table RetailConnDistributionGroup to allow no duplicate records.

Updates the index groupLocationIdx in the table RetailConnDistributionGroupMember to allow no duplicate records.

Updates the index tableRecordGroupIdx in the table RetailConnDistributionList to allow no duplicate records.

Updates the index locationIdx in the table RetailConnDistributionLocation to allow no duplicate records.

Updates the index groupSubgroupIdx in the table RetailConnDistributionSubgroup to allow no duplicate records.

Updates the index locationIdx in the table RetailConnDistributionSublocationTable to allow no duplicate records.

Updates the index keyIdx in the table RetailConnParameters to allow duplicate no records.

Updates the index logTransIdx in the table RetailConnPreactionLog to allow duplicate no records.

Updates the index jobGroupIdx in the table RetailConnSchedulerDistributionFilter to allow no duplicate records.

Updates the index logTransIdx in the table RetailConnSchedulerLog to allow duplicate no records.

Updates the index NameIdx in the table RetailConnStoreConnectProfile to allow duplicate no records.

Updates the index NameIdx in the table RetailConnStoreConnectUploadOptions to allow duplicate no records.

Updates the index childDistributionLocationIdx in the table DEL_RetailConnChildLocations to allow no duplicate records.

Updates the index jobLocationIdx in the table DEL_RetailConnDistributionIncExcList to allow no duplicate records.

Updates the index tableLocationIdx in the table DEL_RetailConnInitialReplicationCounter to allow no duplicate records.

Updates the index typeIdx in the table DEL_RetailConnSchedulerJobType to allow duplicate no records.

Syntax

public void allowNoDupRetailConnTablesIdx()

Run On

Server

See Also

Reference

ReleaseUpdateDB60_Retail Class