Share via


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

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

See Also

Reference

RetailTransactionService Class