Share via


DimensionDefaultingControllerBase.dimensionComboBox_modified Method [AX 2012]

Explicitly implemented dimensionComboBox field modified method as this field is dynamically added at runtime, no method can be specified at design time.

Syntax

private boolean dimensionComboBox_modified(FormComboBoxControl _dimensionComboBox)

Run On

Called

Parameters

Return Value

Type: boolean
true if the field can be modified; otherwise, false.

Remarks

The name of this method cannot change as the kernel looks for a method named [fieldname]_modified.

See Also

Reference

DimensionDefaultingControllerBase Class