Share via


ReleaseUpdateDB60_Ledger.allowDupTaxWithholdReportSetup_THVendorT Method [AX 2012]

Updates the VendorTypeItemGroupIdx index in the TaxWithholdReportSetup_TH table to allow for duplicate records.

Syntax

public void allowDupTaxWithholdReportSetup_THVendorT()

Run On

Server

Remarks

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