Share via


InventMov_Prod_JournalProd_Process::construct Method [AX 2012]

This method returns a new instance of the InventMov_Prod_JournalProd_Process class.

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
          client server public static InventMov_Prod_JournalProd_Process construct(
            ProdTable _prodTable, 
            ProdJournalProd _prodJournalProd, 
           [ProdTableType _prodTableType])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static InventMov_Prod_JournalProd_Process construct(ProdTable _prodTable, ProdJournalProd _prodJournalProd)

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static InventMov_Prod_JournalProd_Process construct(ProdTable _prodTable, ProdJournalProd _prodJournalProd)

  Microsoft Dynamics AX 2012 (FPK)
          client server public static InventMov_Prod_JournalProd_Process construct(ProdTable _prodTable, ProdJournalProd _prodJournalProd)

Run On

Called

Parameters

  • _prodTableType
    Type: ProdTableType Class
    An instance of the ProdTableType appropriate for the type of the production table; optional.

Return Value

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

See Also

Reference

InventMov_Prod_JournalProd_Process Class