RetailTransactionServiceOrders::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: