RetailTransactionServiceInventory::getTransferOrder Method [AX 2012]

Gets the details of a transfer order.

client server public static container getTransferOrder(InventTransferId transferId, [InventLocationId inventLocationId])

Run On

Called

Parameters

transferId
Type: InventTransferId Extended Data Type
A transfer ID.
inventLocationId
Type: InventLocationId Extended Data Type

Return Value

Type: container
A container object that contains the details of a transfer order.

This gets an open transfer order.

Show: