ReleaseUpdateTransformDB40_Basic.updateBankGroup 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 |
ReleaseUpdateTransformDB40_Basic |
Method |
updateBankGroup |
Description |
Updates the postal address in the <c>BankGroup</c> table. |
Script Type |
Pre-processing60: Live |
Ax Version |
4.01 |
Affected Modules and Tables
Affected Modules |
---|
Bank |
Affected Tables |
---|
BankGroup |
Remarks
This upgrade is required in order to convert postal address data to the new logistics postal address model for 6.0. The location for <c>BankGroup</c> will be kept as a reference to <c>LogisticsLocation</c> record.
Data Migration Section
From Table: BankGroup |
To Table: LogisticsPostalAddress |
---|---|
Address |
Address |
CountryRegion |
CountryRegionId |
State |
State |
County |
County |
ZipCode |
ZipCode |
City |
City |
Street |
Street |
From Table: LogisticsPostalAddress |
To Table: Shadow_BankGroup |
---|---|
Location |
Location |
New Tables or Fields
Table |
Field |
Extended Data Type -or- Base Enum |
---|---|---|
BankGroup |
Location |
Deleted Tables or Fields
Table |
Field |
---|---|
BankGroup |
Address |
BankGroup |
CountryRegion |
BankGroup |
State |
BankGroup |
County |
BankGroup |
ZipCode |
BankGroup |
City |
BankGroup |
Street |