LedgerDimensionEPController.segmentValueChanged Method [AX 2012]

Updates the backing data when a segment value is changed in the control.

Syntax

public boolean segmentValueChanged(int _index, str _value)

Run On

Called

Parameters

  • _index
    Type: int
    The index of the segment to change.
  • _value
    Type: str
    The new value of the updated segment.

Return Value

Type: boolean
true if the segment value exists and was successfully changed; otherwise, false.

See Also

Reference

LedgerDimensionEPController Class