Share via


ReleaseUpdateDB60_Ledger.allowDupTaxWithholdReportVoucher_THDateP Method [AX 2012]

Updates the DatePeriodIdx index in the TaxWithholdReportVoucher_TH table to allow for duplicate records.

Syntax

public void allowDupTaxWithholdReportVoucher_THDateP()

Run On

Server

Remarks

The TaxWithholdPeriod field is replaced with the new TaxWithholdPeriodHead_TH surrogate key field in the DatePeriodIdx 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 TaxWithholdPeriodHead_TH table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class