PmfFormCtrl.enableFormControl Method [AX 2012]

Enables or disables the specified form control.

protected void enableFormControl(IdentifierName _name, boolean _enable)

Run On

Called

Parameters

_name
Type: IdentifierName Extended Data Type
The name of the form control.
_enable
Type: boolean
true to enable the field for input; otherwise, false.

This is a convenience method to enable, to disable, or to assign the skip property for a control on the associated form. If the referenced control does not exist on the form, this method does nothing.When the specified field is disabled for input, the skip attribute is enabled.

Community Additions

ADD
Show: