Share via


LedgerDimensionController.getCombinationsForMRU Method [AX 2012]

Retrieves a map of the current combination formatted for storage in the DimensionMRUProvider object.

Syntax

private Map getCombinationsForMRU()

Run On

Called

Return Value

Type: Map Class
A map that contains the current combination using the hierarchy ID as the key and the hierarchy values stored in the format needed by the DimensionMRUProvider class for the value.

Exceptions

Exception Condition
Error

The current combination must have at least one hierarchy.

See Also

Reference

LedgerDimensionController Class