LedgerDimensionController.removeHierarchyCombinationFromMRU Method [AX 2012]
Removes the specified combination of values from the most recently used list for the specified hierarchy.
Syntax
protected void removeHierarchyCombinationFromMRU(DimensionHierarchyId _hierarchyId, container _combination)
Run On
Called
Parameters
- _hierarchyId
Type: DimensionHierarchyId Extended Data Type
The record ID for the DimensionHierarchy record of the combination.
- _combination
Type: container
A container that has a list of segment values. Each segment value is represented by a container that has the display name, description, and an optional tag.