Share via


DimensionDefaultingEPController.segmentValueChanged Method [AX 2012]

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

Syntax

public boolean segmentValueChanged(int _segmentIndex, str _newValue)

Run On

Called

Parameters

  • _segmentIndex
    Type: int
    The index of the segment that is being changed.
  • _newValue
    Type: str
    The new value of the updated segment.

Return Value

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

Exceptions

Exception Condition
Error Class

The specified index is invalid.

See Also

Reference

DimensionDefaultingEPController Class