Share via


InventMov_ProdLine_JournalBOM::newFromProdTable Method [AX 2012]

Initializes a new instance of the InventMov_ProdLine_JournalBOM class based on the specified records.

Syntax

client server public static InventMov_ProdLine_JournalBOM newFromProdTable(
    ProdBOM _prodBOM, 
    ProdJournalBOM _prodJournalBOM, 
   [InventType _inventType])

Run On

Called

Parameters

  • _prodBOM
    Type: ProdBOM Table
    The ProdBOM record for which the class is instantiated.
  • _prodJournalBOM
    Type: ProdJournalBOM Table
    The ProdJournalBOM record for which the class is instantiated.

Return Value

Type: InventMov_ProdLine_JournalBOM Class
An instance of the InventMov_ProdLine_JournalBOM class.

See Also

Reference

InventMov_ProdLine_JournalBOM Class