Share via


ReleaseUpdateDB60_Ledger.allowDupEximSetOffRulesLine_INProductGro Method [AX 2012]

Updates the index ProductGroupSetOffRulesIdx in the table EximSetOffRulesLine_IN to allow duplicate records.

Syntax

public void allowDupEximSetOffRulesLine_INProductGro()

Run On

Server

Remarks

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