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