Share via


ReleaseUpdateDB60_Ledger.allowNoDupTaxLedgerAccounts_INLedgerAcco Method [AX 2012]

Updates the index GroupCodeNumTypeComponentIdx in the table TaxLedgerAccounts_IN not to allow duplicate records.

Syntax

public void allowNoDupTaxLedgerAccounts_INLedgerAcco()

Run On

Server

Remarks

After updating the surrogate key fields TaxLedgerAccountSetup, TaxComponentTable and LedgerDimension with the value of the RecId field of the tables TaxLedgerAccountSetup_IN, TaxComponentTable_IN and DimensionAttributeValueCombination, the index GroupCodeNumTypeComponentIdx is reset not to allow duplicate records.

See Also

Reference

ReleaseUpdateDB60_Ledger Class