LedgerRowDef::constructMainLinesList Method

Constructs a container with all possible lines according to the specified main focus, account criteria, and dimension criteria.

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
          server public static container constructMainLinesList(
            RefRecId _mainFocusDimensionHierarchyId, 
            DimensionsAccountCriteria _accountCriteria, 
            container _dimensionCriteriaList, 
           [LedgerRowDefLine _ledgerRowDefLine, 
            boolean _deepIntoStructure, 
            boolean _showProgress, 
            boolean _dimShowNull, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            DimensionsStaticTextString _dimensionSeparator, 
            LedgerBalanceSheetUsedDimensionsTmp _usedDimValues, 
            int _dimensionOffset])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static container constructMainLinesList(
            RefRecId _mainFocusDimensionHierarchyId, 
            DimensionsAccountCriteria _accountCriteria, 
            container _dimensionCriteriaList, 
           [LedgerRowDefLine _ledgerRowDefLine, 
            boolean _deepIntoStructure, 
            boolean _showProgress, 
            boolean _dimShowNull, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            DimensionsStaticTextString _dimensionSeparator])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static container constructMainLinesList(
            RefRecId _mainFocusDimensionHierarchyId, 
            DimensionsAccountCriteria _accountCriteria, 
            container _dimensionCriteriaList, 
           [LedgerRowDefLine _ledgerRowDefLine, 
            boolean _deepIntoStructure, 
            boolean _showProgress, 
            boolean _dimShowNull, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            DimensionsStaticTextString _dimensionSeparator])

  Microsoft Dynamics AX 2012 (FPK)
          server public static container constructMainLinesList(
            RefRecId _mainFocusDimensionHierarchyId, 
            DimensionsAccountCriteria _accountCriteria, 
            container _dimensionCriteriaList, 
           [LedgerRowDefLine _ledgerRowDefLine, 
            boolean _deepIntoStructure, 
            boolean _showProgress, 
            boolean _dimShowNull, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            DimensionsStaticTextString _dimensionSeparator])

  Microsoft Dynamics AX 2012 (SYS)
          server public static container constructMainLinesList(
            RefRecId _mainFocusDimensionHierarchyId, 
            DimensionsAccountCriteria _accountCriteria, 
            container _dimensionCriteriaList, 
           [LedgerRowDefLine _ledgerRowDefLine, 
            boolean _deepIntoStructure, 
            boolean _showProgress, 
            boolean _dimShowNull, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            DimensionsStaticTextString _dimensionSeparator])

Run On

Server

Parameters

  • _deepIntoStructure
    Type: boolean
    The expansion status; optional.
  • _dimShowNull
    Type: boolean
    The inclusion or exclusion of dimensions that are nullNothingnullptrunita null reference (Nothing in Visual Basic); optional.
  • _dimensionOffset
    Type: int

Return Value

Type: container
A container of lines.

See Also

Reference

LedgerRowDef Table