LedgerConsolidate.getConsolidatedDimensionValues Method [AX 2012]
Gets the dimension values filtered by the specifications.
Syntax
public Map getConsolidatedDimensionValues(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 to use when the specification is the AccountNum data type.
Return Value
Type: Map Class
A map that holds the filtered dimension values.
Remarks
The map key is the record ID of the DimensionAttribute record for the source dimension.
The map value is display value for the dimension value.