Share via


ReleaseUpdateDB60_Ledger.allowDupTaxWithholdReportPeriod_THTaxPer Method [AX 2012]

Updates the TaxPeriodIdx index in the TaxWithholdReportPeriod_TH table to allow for duplicate records.

Syntax

public void allowDupTaxWithholdReportPeriod_THTaxPer()

Run On

Server

Remarks

Truncated method name from allowDupTaxWithholdReportPeriod_THTaxPeriodIdx index. The DEL_TaxWithholdPeriod field is replaced with the new TaxWithholdPeriodHead_TH surrogate key field in the TaxPeriodIdx unique index. Initially this field contains no value. So the index is set to allow for duplicates before the field is updated with the value of the record ID field of the TaxWithholdPeriodHead_TH table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class