LedgerDimensionEPController.getDescriptionByAttribute Method [AX 2012]

Gets the description associated with the specified value for a dimension attribute.

Syntax

public str getDescriptionByAttribute(DimensionAttribute _dimAttribute, str _value)

Run On

Called

Parameters

  • _value
    Type: str
    The string value entered in the segment.

Return Value

Type: str
The description for the specified value if found; otherwise, empty string.

See Also

Reference

LedgerDimensionEPController Class