InventJournalFormTrans_Mov_BOM::setAllowEditOnAllFields Method [AX 2012]
Sets the allow edit property for all field objects on the given data source.
Syntax
client private static void setAllowEditOnAllFields(FormDataSource _dataSource, boolean _allowEdit)
Run On
Client
Parameters
- _dataSource
Type: FormDataSource Class
The data source to set the allow edit properties on.
- _allowEdit
Type: boolean
The value to assign to the allow edit property.