Share via


ReleaseUpdateDB60_Ledger.allowDupTaxBookStatusTaxBookPeriodIdx Method [AX 2012]

Updates the TaxBookPeriodIdx value in the TaxBookStatus table to allow for duplicate records.

Syntax

public void allowDupTaxBookStatusTaxBookPeriodIdx()

Run On

Server

Remarks

The TaxBookId field is replaced with the new replacement TaxBook key field in the unique TaxBookPeriodIdx 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 TaxBook table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class