Share via


ReleaseUpdateDB60_Ledger.allowDupEximSetOffRulesTable_INIncentive Method [AX 2012]

Updates the index IncentiveSchemeDataIdx in the table EximSetOffRulesTable_IN to allow duplicate records.

Syntax

public void allowDupEximSetOffRulesTable_INIncentive()

Run On

Server

Remarks

The SchemeId field is replaced with the new surrogate key field EximDEPBSchemesTable is replaced in IncentiveSchemeDataIdx. Initially the EximDEPBSchemesTable 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 EximDEPBSchemesTable_IN.

See Also

Reference

ReleaseUpdateDB60_Ledger Class