RetailTransactionService::getCustomerOrder Method [AX 2012]
Gets the customer order for the given ID.
client server public static container getCustomerOrder(SalesId _salesId, [boolean includeOnlineOrders])
Run On
CalledParameters
- _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.
Show: