Share via


ReleaseUpdateDB60_Ledger.allowDupTaxWithholdOnItem_THTaxItemCodeI Method [AX 2012]

Updates the TaxItemCodeIdx index in the TaxWithholdOnItem_TH table to allow for duplicate records.

Syntax

public void allowDupTaxWithholdOnItem_THTaxItemCodeI()

Run On

Server

Remarks

The TaxWithholdItemGroup field is replaced with the new surrogate key field TaxWithholdItemGroupHeading_TH in the TaxItemCodeIdx unique index. 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 TaxWithholdItemGroupHeading_TH table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class