LedgerRowDef::fusionLines Method

Constructs a container with all possible lines according to the main focus and row definition.

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 fusionLines(
            RefRecId _mainFocusHierarchyId, 
            DimensionsRowDefinition _rowDefinition, 
            container _dimensionCriteriaList, 
            LedgerRowDefLine _ledgerRowDefLine, 
           [RecId _maxParentRecId, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            container _packedBranchNodesList, 
            LedgerBalanceExportSubcomponents _forcePrintSubcomponents, 
            LedgerBalanceSheetUsedDimensionsTmp _usedDimValues, 
            int _dimensionOffset])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static container fusionLines(
            RefRecId _mainFocusHierarchyId, 
            DimensionsRowDefinition _rowDefinition, 
            container _dimensionCriteriaList, 
            LedgerRowDefLine _ledgerRowDefLine, 
           [RecId _maxParentRecId, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            container _packedBranchNodesList, 
            LedgerBalanceExportSubcomponents _forcePrintSubcomponents])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static container fusionLines(
            RefRecId _mainFocusHierarchyId, 
            DimensionsRowDefinition _rowDefinition, 
            container _dimensionCriteriaList, 
            LedgerRowDefLine _ledgerRowDefLine, 
           [RecId _maxParentRecId, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            container _packedBranchNodesList, 
            LedgerBalanceExportSubcomponents _forcePrintSubcomponents])

  Microsoft Dynamics AX 2012 (FPK)
          server public static container fusionLines(
            RefRecId _mainFocusHierarchyId, 
            DimensionsRowDefinition _rowDefinition, 
            container _dimensionCriteriaList, 
            LedgerRowDefLine _ledgerRowDefLine, 
           [RecId _maxParentRecId, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            container _packedBranchNodesList, 
            LedgerBalanceExportSubcomponents _forcePrintSubcomponents])

  Microsoft Dynamics AX 2012 (SYS)
          server public static container fusionLines(
            RefRecId _mainFocusHierarchyId, 
            DimensionsRowDefinition _rowDefinition, 
            container _dimensionCriteriaList, 
            LedgerRowDefLine _ledgerRowDefLine, 
           [RecId _maxParentRecId, 
            LedgerRowDefMainLines _ledgerRowDefMainLines, 
            container _packedBranchNodesList, 
            LedgerBalanceExportSubcomponents _forcePrintSubcomponents])

Run On

Server

Parameters

  • _dimensionOffset
    Type: int

Return Value

Type: container
A container of expanded lines.

See Also

Reference

LedgerRowDef Table