RetailTransactionService::getCustomerOrder Method [AX 2012]
Gets the customer order for the given ID.
Syntax
client server public static container getCustomerOrder(SalesId _salesId, [boolean includeOnlineOrders])
Run On
Called
Parameters
- _salesId
Type: SalesId Extended Data Type
The value of the sales ID for which order must be fetched.
- includeOnlineOrders
Type: boolean
A value that indicates whether to include online orders in the search.
Return Value
Type: container
A container that contains the order details in an XML string.