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.
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
- _prodTable
 Type: ProdTable Table
 The production order.
- _prodJournalProd
 Type: ProdJournalProd Table
 The production journal line.
- _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.