Share via


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

See Also

Reference

InventMov_Prod_JournalProd_Process Class