PmfFormCtrl_CoByProducts.setDSEnabledStatus Method [AX 2012]

Enables or disables the complete access to a data source.

private void setDSEnabledStatus(FormDataSource _formDataSource, boolean _enabledStatus)

Run On

Called

Parameters

_formDataSource
Type: FormDataSource Class
The data source to control.
_enabledStatus
Type: boolean
A Boolean value that indicates whether to enable complete access to the data source.

The data sources on this form must respect the block editing parameter.

Community Additions

ADD
Show: