RetailTransactionService::getTransferOrder Method [AX 2012]
Gets the details of a transfer order.
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
CalledParameters
- transferId
- Type: InventTransferId Extended Data Type
A transfer ID.
- inventLocationId
- Type: InventLocationId Extended Data Type
Show:
Note