Share via


PmfFormCtrl_CoByProducts.setDSEnabledStatus Method [AX 2012]

Enables or disables the complete access to a data source.

Syntax

private void setDSEnabledStatus(FormDataSource _formDataSource, boolean _enabledStatus)

Run On

Called

Parameters

  • _enabledStatus
    Type: boolean
    A Boolean value that indicates whether to enable complete access to the data source.

Remarks

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

See Also

Reference

PmfFormCtrl_CoByProducts Class