Share via


ReleaseUpdateDB60_Ledger.allowDupEximDEPBDetailsTable_INSchemesTa Method [AX 2012]

Updates the index SchemesTableProductGroupIdx in the table EximDEPBDetailsTable_IN to allow duplicate records.

Syntax

public void allowDupEximDEPBDetailsTable_INSchemesTa()

Run On

Server

Remarks

The ProductGroup field is replaced with the new surrogate key field EximProductGroupTable index SchemesTableProductGroupIdx. Initially the EximProductGroupTable field contains no value. So the index is set to allow duplicates before the field is updated with the value of the RecId fields of the table EximProductGroupTable_IN.

See Also

Reference

ReleaseUpdateDB60_Ledger Class