Share via


InventMov_TransferTo::newFromInventTransferLine Method [AX 2012]

Initializes a new instance of the InventMov_TransferTo class based on the specified record.

Syntax

client server public static InventMov_TransferTo 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_TransferTo Class
An instance of the InventMov_TransferTo class.

See Also

Reference

InventMov_TransferTo Class