Share via


InventDimCtrl::newFromForm Method [AX 2012]

Creates and initializes an instance of the default InventDimCtrl Class handler for forms.

Syntax

client server public static InventDimCtrl newFromForm(FormRun _formRun)

Run On

Called

Parameters

  • _formRun
    Type: FormRun Class
    The form where controls are maintained.

Return Value

Type: InventDimCtrl Class
A standard InventDimCtrl Class instance to use in a form.

Remarks

All inventory dimesnion data sources in the form will be controlled by this class.

See Also

Reference

InventDimCtrl Class