Share via


LedgerDimensionAccountController.segmentValueChanged Method [AX 2012]

Updates the cached combination information when the value of a segment has changed.

Syntax

public void segmentValueChanged(SegmentValueChangedEventArgs _e)

Run On

Called

Parameters

Remarks

The kernel calls the segmentValueChanged method on the control when the value of a segment is changed by the user. This kernel method should be overridden on the control and the call delegated to this method. This method will also update segment validation information about the control. The SegmentValueChangedEventArgs class is provided by the kernel.

See Also

Reference

LedgerDimensionAccountController Class