Share via


InventMov_Prod_JournalProd::newFromProdTableProdJournalProd Method [AX 2012]

Initializes a new instance of the InventMov_Prod_JournalProd class that is based on the specified records.

Syntax

client server public static InventMov_Prod_JournalProd newFromProdTableProdJournalProd(
    ProdTable _prodTable, 
    ProdJournalProd _prodJournalProd, 
   [InventType _inventType])

Run On

Called

Parameters

  • _prodTable
    Type: ProdTable Table
    The ProdTable record for which the class is instantiated.
  • _prodJournalProd
    Type: ProdJournalProd Table
    The ProdJournalProd record for which the class is instantiated.

Return Value

Type: InventMov_Prod_JournalProd Class
An instance of the InventMov_Prod_JournalProd class.

See Also

Reference

InventMov_Prod_JournalProd Class