InventMov_Prod_JournalProd_Process.new Method [AX 2012]
substantiates the object
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
protected void new(
ProdTable _prodTable,
ProdJournalProd _prodJournalProd,
[ProdTableType _prodTableType])
Microsoft Dynamics AX 2012 R2 (SYS)
protected void new(ProdTable _prodTable, ProdJournalProd _prodJournalProd)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
protected void new(ProdTable _prodTable, ProdJournalProd _prodJournalProd)
Microsoft Dynamics AX 2012 (FPK)
protected void new(ProdTable _prodTable, ProdJournalProd _prodJournalProd)
Run On
Called
Parameters
- _prodTable
Type: ProdTable Table
Production table
- _prodJournalProd
Type: ProdJournalProd Table
A ProdJournalProd record.
- _prodTableType
Type: ProdTableType Class