InventDimCtrl_Frm_Mov_OrderLine::newFromFormMovement Method [AX 2012]
Creates and initializes an instance of this class that will be used in forms.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static InventDimCtrl_Frm_Mov_OrderLine newFromFormMovement(
FormRun _formRun,
InventMovement _movement,
[Set _validInventDimDS,
InventDimControlIdCollection _inventDimControlIdCollection])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static InventDimCtrl_Frm_Mov_OrderLine newFromFormMovement(
FormRun _formRun,
InventMovement _movement,
[Set _validInventDimDS,
InventDimControlIdCollection _inventDimControlIdCollection])
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static InventDimCtrl_Frm_Mov_OrderLine newFromFormMovement(
FormRun _formRun,
InventMovement _movement,
[Set _validInventDimDS])
Microsoft Dynamics AX 2012 (FPK)
client server public static InventDimCtrl_Frm_Mov_OrderLine newFromFormMovement(
FormRun _formRun,
InventMovement _movement,
[Set _validInventDimDS])
Microsoft Dynamics AX 2012 (SYS)
client server public static InventDimCtrl_Frm_Mov_OrderLine newFromFormMovement(
FormRun _formRun,
InventMovement _movement,
[Set _validInventDimDS])
Run On
Called
Parameters
- _formRun
Type: FormRun Class
The form where controls are maintained.
- _movement
Type: InventMovement Class
An instance of the movement for which the class is used.
- _validInventDimDS
Type: Set Class
A set of valid InventDim data sources for which the class is used; optional.
- _inventDimControlIdCollection
Type: InventDimControlIdCollection Class
An instance of the InventDimControlIdCollection class; optional.
Return Value
Type: InventDimCtrl_Frm_Mov_OrderLine Class
An instance of this class that will be used in a form.