RetailTransactionServiceOrders::getCustomerOrderList Method [AX 2012]

Gets the customer order details for the given customer.

client server public static container getCustomerOrderList(
    CustAccount _custAccount, 
   [str _startDate, 
    str _endDate, 
    int _resultsMaxCount, 
    boolean _includeQuotes])

Run On

Called

Parameters

_custAccount
Type: CustAccount Extended Data Type
Customer account number.
_startDate
Type: str
The starting date to return orders (default is DateTimeUtil::minValue).
_endDate
Type: str
The starting date to return orders (default is today's date).
_resultsMaxCount
Type: int
The maximum amount of rows to return (default is 100).
_includeQuotes
Type: boolean
Whether or not quotes should be included in the results (default is False, quotes are not included).

Return Value

Type: container
A container having the customer order details for the given customer.
Show: