Share via


ReleaseUpdateDB60_Ledger.allowDupTaxEdivatDetailDetailIdx Method [AX 2012]

Updates the DetailIdx value in the TaxEdivatDetail table to allow for duplicate records.

Syntax

public void allowDupTaxEdivatDetailDetailIdx()

Run On

Server

Remarks

The TaxEdivatId field is replaced with the new replacement TaxEdivatGeneral key field in the unique DetailIdx value. 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 TaxEdivatGeneral table.

See Also

Reference

ReleaseUpdateDB60_Ledger Class