PCModelingLibrary::templateSetEnabledStatus Method [AX 2012]
Sets the enabled status of the supplied controls from the template forms.
client server public static void templateSetEnabledStatus(
boolean _enabled,
FormGroupControl _group,
FormRadioControl _radioButtons)
Run On
CalledParameters
- _enabled
- Type: boolean
A Boolean value that indicates whether the controls should be enabled and editable.
- _group
- Type: FormGroupControl Class
An instance of the FormGroupControl control class that should be changed in the enabled status.
- _radioButtons
- Type: FormRadioControl Class
An instance of the FormRadioControl control class that should be changed in the editable status.
Show: