Share via


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

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.

See Also

Reference

LedgerConsolidate Class