Share via


LedgerDimensionAccountController.getValuesForHierarchyFromMRU Method [AX 2012]

Gets the most recently used values for a specified segment by using 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 contains a list of currently entered segment values.

Return Value

Type: container
A container that contains a list of most recently used values for the specified segment.

Remarks

Each segmented value is represented by a container that has the display name, description and tag. Represent segments that are empty by using the connull method.

See Also

Reference

LedgerDimensionAccountController Class