Share via


RetailTransactionServiceOrders::searchCustomerOrderList Method [AX 2012]

Search for customer sales orders.

Syntax

client server public static container searchCustomerOrderList(
    str _custTerm, 
    str _orderTerm, 
    str _fromDate, 
    str _toDate, 
   [int _resultsMaxCount])

Run On

Called

Parameters

  • _custTerm
    Type: str
    The customer name search term.
  • _orderTerm
    Type: str
    The order search term.
  • _fromDate
    Type: str
    The date to search from.
  • _toDate
    Type: str
    The date to search to.
  • _resultsMaxCount
    Type: int
    The maximum amount of rows to return (default is 100).

Return Value

Type: container
Container with the success, error and results.

Remarks

Searches for sales orders using the given search terms/criteria

See Also

Reference

RetailTransactionServiceOrders Class