Share via


ReleaseUpdateDB60_Ledger.allowDupTaxBookTaxCodesTaxBookCodesIdx Method [AX 2012]

Updates the TaxBookCodesIdx value in the TaxBookTaxCodes table to allow for duplicate records.

Syntax

public void allowDupTaxBookTaxCodesTaxBookCodesIdx()

Run On

Server

Remarks

The TaxBook field is replaced with the new replacement TaxBookTable key field in the unique TaxBookCodesIdx value. Initially, this field contains no value. Therefore, the index is set to allow for duplicates before the field is updated with the value of the RecId field of the TaxBookTable table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class