RetailTransactionServiceOrders::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
Value of the SalesId for which order needs to be fetched.
- includeOnlineOrders
Type: boolean
whether or not to include online orders in the search
Return Value
Type: container
A container having the order details in a XML string.