LedgerDimensionController.addHierarchyCombinationToMRU Method [AX 2012]
Adds the specified combination of values to the most recently used list for the specified hierarchy.
Syntax
protected void addHierarchyCombinationToMRU(
DimensionHierarchyId _hierarchyId,
container _combination,
DimensionHierarchyType _structureType)
Run On
Called
Parameters
- _hierarchyId
Type: DimensionHierarchyId Extended Data Type
The record ID for the DimensionHierarchy of the combination.
- _combination
Type: container
A container that contains a list of segment values. Each segment value is represented by a container that has the display name, description, and an optional tag. Segments that are empty should be represented by the connull method.
- _structureType
Type: DimensionHierarchyType Enumeration
Indicates the structure type of the hierarchy