Share via


ReleaseUpdateDB60_Ledger.allowDupEximEntitlementDetails_INSchemeL Method [AX 2012]

Updates the index SchemeLineProductGroupIdx in the table EximEntitlementDetails_IN to allow duplicate records.

Syntax

public void allowDupEximEntitlementDetails_INSchemeL()

Run On

Server

Remarks

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