Share via


LedgerDimensionController.getValuesForHierarchyFromMRU Method [AX 2012]

Gets the most recently used values for a specified segment based on the segment values that have been entered.

Syntax

protected container getValuesForHierarchyFromMRU(
    DimensionHierarchyId _hierarchyId, 
    int _segmentIndex, 
    container _currentValues)

Run On

Called

Parameters

  • _segmentIndex
    Type: int
    The segment for which to get the most recently used values.
  • _currentValues
    Type: container
    A container that has a list of currently entered 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.

Return Value

Type: container
A container that has a list of most recently used values for the specified segment. Each value is represented by a container that has the display name, description, and tag.

See Also

Reference

LedgerDimensionController Class