Share via


RetailTransferOrderHandler::newTransfer Method [AX 2012]

Initializes the RetailTransferOrderHandler class by using start location, end location and item values.

Syntax

client server public static RetailTransferOrderHandler newTransfer(
    Common _common, 
    InventLocation _inventLocationFrom, 
    InventLocation _inventLocationTo, 
    ItemId _itemId, 
    InventDim _inventDim, 
    Qty _qty)

Run On

Called

Parameters

Return Value

Type: RetailTransferOrderHandler Class
An instance of the RetailTransferOrderHandler class.

See Also

Reference

RetailTransferOrderHandler Class