LedgerDimensionEPController.getDescription Method [AX 2012]

Gets the description associated with the specified value for a segment.

Syntax

public str getDescription(int _controlIndex, str _value)

Run On

Called

Parameters

  • _controlIndex
    Type: int
    The index of the segment in the control.
  • _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