Share via


ReleaseUpdateDB60_Ledger.allowDupTaxEdivatReturnedErrorsErrorIdx Method [AX 2012]

Updates the ErrorIdx value in the TaxEdivatReturnedErrors table to allow for duplicate records.

Syntax

public void allowDupTaxEdivatReturnedErrorsErrorIdx()

Run On

Server

Remarks

The TaxEdivatId and TaxEdivatErrorCode fields are replaced with the new replacement TaxEdivatGeneral key field and TaxEdivatErrors field in the unique ErrorIdx value. Initially, these fields contain no value. Therefore, the index is set to allow for duplicates before the fields are updated with the value of the RecId field of the TaxEdivatGeneral table and TaxEdivatErrors table, respectively.

See Also

Reference

ReleaseUpdateDB60_Ledger Class