RetailTransactionServiceAX61::getSalesOrderDetail Method [AX 2012]
Get the details of a sales order
server public static container getSalesOrderDetail(SalesId _salesId, InventLocationId _storeId)
Run On
ServerParameters
- _salesId
- Type: SalesId Extended Data Type
A salesId
- _storeId
- Type: InventLocationId Extended Data Type
A storeId
Return Value
Type: containerA container object containing the details of a sales order in XML format
Show: