Share via


InventDimCtrl_Frm_Mov::newFromFormMovementDataSources Method [AX 2012]

Creates and initializes an instance of this class that can be used in forms.

Syntax

client server public static InventDimCtrl_Frm_Mov newFromFormMovementDataSources(
    FormRun _formRun, 
    InventMovement _movement, 
    Set _validDataSources)

Run On

Called

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_Mov Class
An instance of this class that can be used in a form.

See Also

Reference

InventDimCtrl_Frm_Mov Class