LedgerConsolidate.fillConsolidatedDimensionValues Method [AX 2012]

Fills the class variables with the dimension values that are filtered by the specifications.

protected int fillConsolidatedDimensionValues(LedgerDimensionAccount _ledgerDimension, MainAccountNum _specificationAccountNum)

Run On

Called

Parameters

_ledgerDimension
Type: LedgerDimensionAccount Extended Data Type
The ledger dimension that represents the unfiltered dimension values.
_specificationAccountNum
Type: MainAccountNum Extended Data Type
The account number that is used when the specification is the AccountNum value.

Return Value

Type: int
The number of dimension values.

The filtered dimension values are stored in the consolidatedDimAttrIdArray, consolidatedDimAttrValueIdArray and the consolidatedDisplayValueArray class variables.

Community Additions

ADD
Show: