Share via


ReleaseUpdateDB60_Ledger.allowDupEximSionTable_INProductGroupVali Method [AX 2012]

Updates the index ProductGroupValidFromValidToIdx in the table EximSionTable_IN to allow duplicate records.

Syntax

public void allowDupEximSionTable_INProductGroupVali()

Run On

Server

Remarks

The ProductGroup field is replaced with the new surrogate key field EximProductGroupTable along with the date effectivity fields in the new unique index ProductGroupValidFromToIdx. Initially the EximProductGroupTable, ValidFrom and ValidTo fields 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