RetailTransferOrderHandler::newTransfer Method [AX 2012]
Initializes the RetailTransferOrderHandler class by using start location, end location and item values.
client server public static RetailTransferOrderHandler newTransfer(
Common _common,
InventLocation _inventLocationFrom,
InventLocation _inventLocationTo,
ItemId _itemId,
InventDim _inventDim,
Qty _qty)
Run On
CalledParameters
- _common
- Type: Common Table
A Common record.
- _inventLocationFrom
- Type: InventLocation Table
An InventLocation record.
- _inventLocationTo
- Type: InventLocation Table
An InventLocation record.
- _itemId
- Type: ItemId Extended Data Type
The item ID.
- _inventDim
- Type: InventDim Table
An InventDim record.
- _qty
- Type: Qty Extended Data Type
The value for the quantity.
Return Value
Type: RetailTransferOrderHandler ClassAn instance of the RetailTransferOrderHandler class.
Show: