ReleaseUpdateDB60_Ledger.allowDupTaxWithholdOnItem_THTaxItemGroup
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2
Class |
ReleaseUpdateDB60_Ledger |
Method |
allowDupTaxWithholdOnItem_THTaxItemGroup |
Description |
Updates the index <c>TaxItemGroupIdx</c> in the table <c>TaxWithholdOnItem_TH</c> to allow duplicate records. |
Affected Modules and Tables
Affected Modules |
---|
Ledger |
Affected Tables |
---|
TaxWithholdOnItem_TH |
Remarks
The TaxWithholdItemGroup field is replaced with the new surrogate key field TaxWithholdItemGroupHeading_TH in the unique index TaxItemGroupIdx. Initially this field contains no value. So the index is set to allow duplicates before the field is updated with the value of the RecId field of the table TaxWithholdItemGroupHeading_TH.