Share via


ReleaseUpdateDB60_Retail.allowDupRetailConnTablesIdxMinor Method [AX 2012]

Pre-sync script to disable unique index on the RetailConn tables.

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

Updates the index SchemaNameTableNameIdx in the table RetailConnLocationDesignTable to allow no duplicate records.

Updates the index FieldNameIdx in the table RetailConnLocationDesignTableField to allow no duplicate records.

Updates the index jobTableIdx in the table RetailConnSchedulerReplicationCounter to no allow duplicate records.

Syntax

public void allowDupRetailConnTablesIdxMinor()

Run On

Server

See Also

Reference

ReleaseUpdateDB60_Retail Class