RetailTransactionServiceAX61::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
Value of the SalesId for which order needs to be fetched.
- _includeOnlineOrders
- Type: boolean
whether or not to include online orders in the search
Show: