Share via


InventDimCtrl_Frm_Mov_VendInvoice::newFromFormInvoice Method [AX 2012]

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

Syntax

client public static InventDimCtrl_Frm_Mov_VendInvoice newFromFormInvoice(
    FormRun _formRun, 
   [VendInvoiceInfoLine _vendInvoiceInfoLine, 
    Set _validInventDimDS])

Run On

Client

Parameters

  • _formRun
    Type: FormRun Class
    The form where controls are maintained.
  • _validInventDimDS
    Type: Set Class
    A set of valid InventDim data sources for which the class is used.

Return Value

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

See Also

Reference

InventDimCtrl_Frm_Mov_VendInvoice Class