Share via


ReleaseUpdateDB60_Ledger.allowDupTaxLedgerAccountSetup_INLedgerAc Method [AX 2012]

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

Syntax

public void allowDupTaxLedgerAccountSetup_INLedgerAc()

Run On

Server

Remarks

The TaxAccountGroup and RegistrationNumber fields are replaced with the new surrogate key field TaxLedgerAccountGroup and TaxRegistrationNumberTable in the unique index GroupCodeNumIdx. Initially these fields 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 TaxLedgerAccountGroup_IN and TaxRegistrationNumberTable_IN tables.

See Also

Reference

ReleaseUpdateDB60_Ledger Class