LedgerRowDef::updateDimensionsListAccount Method

Creates a container of all account and dimension combinations.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server public static List updateDimensionsListAccount(
            List _dimensionsOrder, 
            DimensionsAccountCriteria _accountCriteria, 
           [LedgerRowDefMainLines _ledgerRowDefMainLines, 
            LedgerBalanceSheetUsedDimensionsTmp _usedDimValues, 
            NoYes _isHeader, 
            int _dimensionOffset])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static List updateDimensionsListAccount(
            List _dimensionsOrder, 
            DimensionsAccountCriteria _accountCriteria, 
           [LedgerRowDefMainLines _ledgerRowDefMainLines])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static List updateDimensionsListAccount(
            List _dimensionsOrder, 
            DimensionsAccountCriteria _accountCriteria, 
           [LedgerRowDefMainLines _ledgerRowDefMainLines])

  Microsoft Dynamics AX 2012 (FPK)
          client server public static List updateDimensionsListAccount(
            List _dimensionsOrder, 
            DimensionsAccountCriteria _accountCriteria, 
           [LedgerRowDefMainLines _ledgerRowDefMainLines])

  Microsoft Dynamics AX 2012 (SYS)
          client server public static List updateDimensionsListAccount(
            List _dimensionsOrder, 
            DimensionsAccountCriteria _accountCriteria, 
           [LedgerRowDefMainLines _ledgerRowDefMainLines])

Run On

Called

Parameters

  • _dimensionsOrder
    Type: List Class
    The sort order for the dimensions.
  • _dimensionOffset
    Type: int

Return Value

Type: List Class
A container of the lines for the extract.

See Also

Reference

LedgerRowDef Table