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.
- _inventType
Type: InventType Class
The associated InventType class.
Return Value
Type: InventMov_TransferTo Class
An instance of the InventMov_TransferTo class.