ReleaseUpdateDB60_Cust.updateEximShippingBillTrans_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_Cust |
Method |
updateEximShippingBillTrans_IN |
Description |
Updates the EximShippingBillTrans_IN table. The record IDs of the Incentive scheme group, Exim Ports, Exim Product Group and Customs tariff code are now stored in place of the TariffCode, IncentiveSchemeGroup, PortId and ProductGroup field values. |
Affected Modules and Tables
Affected Modules |
---|
Accounts receivable |
Affected Tables |
---|
CustomsTariffCodeTable_IN |
EximIncentiveSchemeGroup_IN |
EximPorts_IN |
EximProductGroupTable_IN |
EximShippingBillTrans_IN |
Data Migration Section
From Table: EximIncentiveSchemeGroup_IN |
To Table: EximShippingBillTrans_IN |
---|---|
RecId |
EximIncentiveSchemeGroup |
From Table: EximPorts_IN |
To Table: EximShippingBillTrans_IN |
---|---|
RecId |
EximPorts |
From Table: EximProductGroupTable_IN |
To Table: EximShippingBillTrans_IN |
---|---|
RecId |
EximProductGroupTable |
From Table: CustomsTariffCodeTable_IN |
To Table: EximShippingBillTrans_IN |
---|---|
RecId |
CustomsTariffCodeTable |
New Tables or Fields
Table |
Field |
Extended Data Type -or- Base Enum |
---|---|---|
EximShippingBillTrans_IN |
EximIncentiveSchemeGroup |
RefRecId |
EximShippingBillTrans_IN |
EximPorts |
RefRecId |
EximShippingBillTrans_IN |
EximProductGroupTable |
RefRecId |
EximShippingBillTrans_IN |
CustomsTariffCodeTable |
RefRecId |
Deleted Tables or Fields
Table |
Field |
---|---|
EximShippingBillTrans_IN |
del_IncentiveSchemeGroup |
EximShippingBillTrans_IN |
del_PortId |
EximShippingBillTrans_IN |
del_ProductGroup |
EximShippingBillTrans_IN |
del_TariffCode |