Searches the database for customers matching the given request parameters.
name | description | type | default | type |
---|---|---|---|---|
request | read for query parameters to be used as search criteria; use any combination of
For example, /crm/prospects/search?is_active=Y&name=mc*&last_ship_date=>=t-100
would find active prospects having a name that starts with 'mc' who shipped something in the last
100 days.
fields from the customer table |
context | HttpServletRequest |
a list of RowCustomer objects