Share via


LedgerDimensionAccountController.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

  • _combination
    Type: container
    A container that contains a list of segment values represented by separate containers that have a display name, a description, and an optional tag.

Remarks

In the _combination parameter represent segments that are empty by the connull method.

See Also

Reference

LedgerDimensionAccountController Class