Share via


ReleaseUpdateDB60_Ledger.allowNoDupTaxLedgerAccountSetup_INLedger Method [AX 2012]

Updates the index GroupCodeNumIdx in the table TaxLedgerAccountSetup_IN not to allow duplicate records.

Syntax

public void allowNoDupTaxLedgerAccountSetup_INLedger()

Run On

Server

Remarks

After updating the surrogate key fields TaxLedgerAccountGroup and TaxRegistrationNumberTable with the value of the RecId field of the tables TaxLedgerAccountGroup_IN and TaxRegistrationNumberTable_IN, the index GroupCodeNumIdx is reset not to allow duplicate records.

See Also

Reference

ReleaseUpdateDB60_Ledger Class