GetByFilter Method (Cust)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByFilter() method retrieves a set of customers and their sales orders.
| Overload | Description |
|---|---|
| GetByFilter(String) | The GetByFilter() method retrieves a filtered set of customers and their sales orders. For this overload of the method, the filter is based on the sales order state settings saved for a user to the UI_Config table. Thus, a user ID is required to identify which sales orders to retrieve. The settings in the UI_Config table are:
One or more of the filter settings, or none, can be set. If none of the filter settings are set, then records for all customers are returned, regardless of whether customers have sales orders or not. |
| GetByFilter(Boolean,Boolean,Boolean) | The GetByFilter() method retrieves a filtered set of customers and their sales orders based on the sales order filters. For this overload of the method, the filter is based on the input parameters, which are based on the sales order states. |