Share via


InventUpd_Estimated::newProcess Method [AX 2012]

Initializes a new instance of the InventUpd_Estimated class for a batch order.

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
          server public static InventUpd_Estimated newProcess(
            ProdTable _prodTable, 
            ProdTableType _prodTableType, 
           [Common _childBuffer])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static InventUpd_Estimated newProcess(ProdTable _prodTable, ProdTableType _prodTableType)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static InventUpd_Estimated newProcess(ProdTable _prodTable, ProdTableType _prodTableType)

  Microsoft Dynamics AX 2012 (FPK)
          server public static InventUpd_Estimated newProcess(ProdTable _prodTable, ProdTableType _prodTableType)

Run On

Server

Parameters

  • _prodTableType
    Type: ProdTableType Class
    An instance of the ProdTableType class for the production order.
  • _childBuffer
    Type: Common Table
    The related production order child buffer; optional.

Return Value

Type: InventUpd_Estimated Class
A new instance of the InventUpd_Estimated class.

See Also

Reference

InventUpd_Estimated Class