ReleaseUpdateDB60_Ledger.updateAdjustmentAmounts_IN Upgrade Script
Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
Class |
ReleaseUpdateDB60_Ledger |
Method |
updateAdjustmentAmounts_IN |
Description |
Updates the AdjustmentAmounts_IN table. The RecId fields of the TaxRegistrationNumberTable_IN and TaxComponentTable_IN tables are now stored in place of the TaxRegistrationNumber and TaxComponent fields. |
Affected Modules and Tables
Affected Modules |
---|
Ledger |
Affected Tables |
---|
AdjustmentAmounts_IN |
TaxComponentTable_IN |
TaxRegistrationNumberTable_IN |
Data Migration Section
From Table: TaxRegistrationNumberTable_IN |
To Table: AdjustmentAmounts_IN |
---|---|
RecId |
TaxRegistrationNumberTable |
From Table: TaxComponentTable_IN |
To Table: AdjustmentAmounts_IN |
---|---|
RecId |
TaxComponentTable |
New Tables or Fields
Table |
Field |
Extended Data Type -or- Base Enum |
---|---|---|
AdjustmentAmounts_IN |
TaxRegistrationNumberTable |
RefRecId |
AdjustmentAmounts_IN |
TaxComponentTable |
RefRecId |
Deleted Tables or Fields
Table |
Field |
---|---|
AdjustmentAmounts_IN |
DEL_TaxComponent |
AdjustmentAmounts_IN |
DEL_TaxRegistrationNumber |