InventDimCtrl_Frm_Mov_Parm::newFromFormMovement Method [AX 2012]

Creates and initializes an instance of the InventDimCtrl_Frm_Mov_Parm class that will be used in forms.

Syntax

client public static InventDimCtrl_Frm_Mov_Parm newFromFormMovement(
    FormRun _formRun, 
    InventMovement _movement, 
    boolean _isCorrection, 
   [Set _validInventDimDS])

Run On

Client

Parameters

  • _formRun
    Type: FormRun Class
    The form where controls are maintained.
  • _movement
    Type: InventMovement Class
    An instance of the InventMovement class for which the class is used.
  • _isCorrection
    Type: boolean
    A Boolean value that indicates whether the form is opened for a correction.
  • _validInventDimDS
    Type: Set Class
    A set of valid data sources for which the class is used.

Return Value

Type: InventDimCtrl_Frm_Mov_Parm Class
An instance of this class to be used in a form.

See Also

Reference

InventDimCtrl_Frm_Mov_Parm Class