ReleaseUpdateTransformDB50_Basic.validateCompanyInfo 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

validateCompanyInfo

Description

Validates that there are records in the CompanyInfo table, which do not have the CountryRegionId or Name value.

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

Validates that there are records in the CompanyInfo table, which do not have the CountryRegionId or Name value.

Checked Conditions

CompanyInfo.CountryRegionId == '' || CompanyInfo.Name == ''

Mitigation/How-to-fix

The user needs to go to the CompanyInfo form to fix all of the records that are missing the CountryRegionId or Name value.

Remarks

The user needs to go to the CompanyInfo form to fix all of the records that are missing the CountryRegionId or Name value.