Share via


DimensionDefaultingControllerBase.dimensionCheckbox_modified Method [AX 2012]

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

Syntax

private boolean dimensionCheckbox_modified(FormCheckBoxControl _dimensionCheckbox)

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