Share via


InventMov_Prod::newFromProdTable Method [AX 2012]

Creates an instance of the InventMov_Prod class by using the specified record.

Syntax

client server public static InventMov_Prod newFromProdTable(ProdTable _prodTable, [InventType _inventType])

Run On

Called

Parameters

  • _prodTable
    Type: ProdTable Table
    The ProdTable record for which the class is created and initialized.

Return Value

Type: InventMov_Prod Class
An instance of the InventMov_Prod class.

See Also

Reference

InventMov_Prod Class