ReleaseUpdateDB60_Ledger.allowNoDupTaxWithholdCertificate_INCerti
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2
Class |
ReleaseUpdateDB60_Ledger |
Method |
allowNoDupTaxWithholdCertificate_INCerti |
Description |
Updates the index <c>CertificateNoIdx</c> in the table <c>TaxWithholdCertificate_IN</c> to allow duplicate records. |
Affected Modules and Tables
Affected Modules |
---|
General ledger |
Affected Tables |
---|
TAXWITHHOLDCERTIFICATE_IN |
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().