Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _prodTable
Type: ProdTable Table
A ProdTable record.
- _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.