Share via


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

  • _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.

See Also

Reference

RetailTransactionServiceAX61 Class