Share via


ReleaseUpdateDB60_Ledger.allowNoDupTaxWithholdCertificate_INCerti Method [AX 2012]

Updates the index CertificateNoIdx in the table TaxWithholdCertificate_IN to allow duplicate records.

Syntax

public void allowNoDupTaxWithholdCertificate_INCerti()

Run On

Server

Remarks

As per standard method name should be allowNoDupTaxWithholdCertificate_INCertificateNoIdx(), since the name exceeds the maximum charecters allowed some of the charectres from the index part has been truncated, so method name after truncating the charetcters is allowNoDupTaxWithholdCertificate_INCerti().

See Also

Reference

ReleaseUpdateDB60_Ledger Class