ReleaseUpdateTransformDB50_Basic.validateAddressZipCode 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 |
ReleaseUpdateTransformDB50_Basic |
Method |
validateAddressZipCode |
Description |
Validate whether there are records in the AddressZipCode table that do not have a value for the CountryRegionId field |
Script Type |
Upgrade readiness scripts |
Microsoft Dynamics AX Source |
Microsoft Dynamics AX 4.0 Microsoft Dynamics AX 2009 |
Affected Modules and Tables
Affected Modules |
---|
CRM |
Validation Issues | |
---|---|
Validation Issues Description |
Validate whether there are records in the AddressZipCode table that do not have a value for the CountryRegionId field. |
Checked Conditions |
AddressZipCode.CountryRegionId == '' |
Mitigation/How-to-fix |
User must go to the AddressZipCode form to fix all the records that are missing the CountryRegionId value. |