ReleaseUpdateTransformDB50_LedgerTrx.validateLedgerTrans_AcctDim 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_LedgerTrx |
Method |
validateLedgerTrans_AcctDim |
Description |
Performs validation to ensure that the records in LedgerTrans table have valid values for the AccountNum and Dimension fields. |
Script Type |
Upgrade readiness scripts |
Microsoft Dynamics AX Source |
Microsoft Dynamics AX 4.0 Microsoft Dynamics AX 2009 |
Affected Modules and Tables
Affected Modules |
---|
General ledger |
Affected Tables |
---|
LedgerTrans |
Validation Issues | |
---|---|
Validation Issues Description |
The LedgerTrans table contains a record with an invalid value for the AccountNum or Dimension fields. The account and dimension must exist in the LedgerTable table in order for the upgrade to proceed. |
Checked Conditions |
Checks to ensure that the values for the AccountNum and Dimension fields contain values found in the LedgerTable table. |
Mitigation/How-to-fix |
Modify the existing LedgerTrans record to hold a valid value for both the AccountNum and Dimension fields. These values must exist in the LedgerTable table. |