Share via


ReleaseUpdateDB60_Ledger.allowDupEximDEPBExportOrderTable_INSchem Method [AX 2012]

Updates the index SchemeTableProductGroupIdx in the table EximDEPBExportOrderTable_IN to allow duplicate records.

Syntax

public void allowDupEximDEPBExportOrderTable_INSchem()

Run On

Server

Remarks

The ProductGroup field is replaced with the new surrogate key field EximProductGroupTableis replaced in SchemeTableProductGroupIdx. Initially the EximProductGroupTablefield 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