InventDimCtrl_Frm_Supply::newFromFormValidDataSources Method [AX 2012]
Creates and initializes an instance of this class to be used in forms.
Syntax
client public static InventDimCtrl_Frm_Supply newFromFormValidDataSources(FormRun _formRun, Set _validDataSources)
Run On
Client
Parameters
- _formRun
Type: FormRun Class
The form where controls are maintained.
- _validDataSources
Type: Set Class
A set of names (strings) for the data sources in the form to be controlled by this class.
Return Value
Type: InventDimCtrl_Frm_Supply Class
An instance of this class to be used in a form.