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
- _mainFocusDimensionHierarchyId
Type: RefRecId Extended Data Type
- _accountCriteria
Type: DimensionsAccountCriteria Extended Data Type
The account criteria.
- _dimensionCriteriaList
Type: container
- _ledgerRowDefLine
Type: LedgerRowDefLine Table
The line definition; optional.
- _deepIntoStructure
Type: boolean
The expansion status; optional.
- _showProgress
Type: boolean
- _dimShowNull
Type: boolean
The inclusion or exclusion of dimensions that are nullNothingnullptrunita null reference (Nothing in Visual Basic); optional.
- _ledgerRowDefMainLines
Type: LedgerRowDefMainLines Enumeration
- _dimensionSeparator
Type: DimensionsStaticTextString Enumeration
- _usedDimValues
Type: LedgerBalanceSheetUsedDimensionsTmp Table
- _dimensionOffset
Type: int
Return Value
Type: container
A container of lines.