Share via


PmfFormCtrl_CoByProducts.enableDSField Method [AX 2012]

Enables or disables a field on the form data source specified by the parameters provided.

Syntax

protected void enableDSField(FieldId _fieldId, boolean _enable)

Run On

Called

Parameters

  • _enable
    Type: boolean
    A Boolean value that indicates whether the field should be enabled.

See Also

Reference

PmfFormCtrl_CoByProducts Class