InventMov_ProdLine::newFromProdBOM Method [AX 2012]
Initializes a new instance of the InventMov_ProdLine class based on the specified record.
Syntax
client server public static InventMov_ProdLine newFromProdBOM(ProdBOM _prodBOM, [InventType _inventType])
Run On
Called
Parameters
- _prodBOM
Type: ProdBOM Table
The record from the ProdBOM table for which the class is instantiated.
- _inventType
Type: InventType Class
The associated InventType class.
Return Value
Type: InventMov_ProdLine Class
An instance of the InventMov_ProdLine class.