Share via


InventDimCtrl_Frm_Setup::newFromFormGridField Method [AX 2012]

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

Syntax

client public static InventDimCtrl_Frm_Setup newFromFormGridField(FormRun _formRun, FieldId _showGridFieldId)

Run On

Client

Parameters

  • _formRun
    Type: FormRun Class
    The form where controls are maintained.
  • _showGridFieldId
    Type: FieldId Extended Data Type
    The fieldId in InventDimSetupGrid that controls whether to show individual dimension fields.

Return Value

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

See Also

Reference

InventDimCtrl_Frm_Setup Class