Share via


InventMov_TransferFrom::newFromInventTransferLine Method [AX 2012]

Creates an instance of the InventMov_TransferFrom class based on the specified record.

Syntax

client server public static InventMov_TransferFrom newFromInventTransferLine(InventTransferLine _inventTransferLine, [InventType _inventType])

Run On

Called

Parameters

  • _inventTransferLine
    Type: InventTransferLine Table
    The record in the InventTransferLine table for which the class is instantiated.

Return Value

Type: InventMov_TransferFrom Class
An instance of the InventMov_TransferFrom class.

See Also

Reference

InventMov_TransferFrom Class