Share via


ReleaseUpdateDB60_Ledger.allowDupTaxWithholdOnItem_THTaxItemGroup Method [AX 2012]

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

Syntax

public void allowDupTaxWithholdOnItem_THTaxItemGroup()

Run On

Server

Remarks

The TaxWithholdItemGroup field is replaced with the new surrogate key field TaxWithholdItemGroupHeading_TH in the TaxItemGroupIdx 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