Global::enableDSField Method [AX 2012]
Enable or disable the specified field in the data source.
client server public static void enableDSField(
FormDataSource _datasource,
FieldId _fieldId,
boolean _enable)
Run On
CalledParameters
- _datasource
- Type: FormDataSource Class
The form datasource to enable the fields for.
- _fieldId
- Type: FieldId Extended Data Type
The ID of the field to enable or disable.
- _enable
- Type: boolean
A Boolean value indicating whether the field should be enabled.
Show: