Share via


ReleaseUpdateDB60_Ledger.allowNoDupCustomsComponentTaxCodes_INTax Method [AX 2012]

Updates the index TaxComponentTaxCodeIdx in the table CustomsComponentTaxCodes_IN not to allow duplicate records.

Syntax

public void allowNoDupCustomsComponentTaxCodes_INTax()

Run On

Server

Remarks

After updating the surrogate key field TaxComponentTable with the value of the RecId field of the table, the index TaxComponentTaxCodeIdx is reset not to allow duplicate records.

See Also

Reference

ReleaseUpdateDB60_Ledger Class