RetailTransactionService::getTransferOrder Method [AX 2012]
Gets the details of a transfer order.
Syntax
Note
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.
Microsoft Dynamics AX 2012 R3
client server public static container getTransferOrder(InventTransferId transferId, [InventLocationId inventLocationId])
Microsoft Dynamics AX 2012 R2 (SYS)
client server public static container getTransferOrder(InventTransferId transferId)
Microsoft Dynamics AX 2012 Feature Pack (SYS)
client server public static container GetTransferOrder(InventTransferId transferId)
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 that contains the details of a transfer order.
Remarks
This method gets an open transfer order.