how can i show all the search filter fields by default on the leads page? currently i have click on each field from the search bar so it adds to the filter. it would be much easier if they all appear by default rather than clicking one by one
Announcement
Collapse
No announcement yet.
show all available search filters by default
Collapse
X
-
Hi,
you need to create a custom view for the Lead list view https://docs.espocrm.com/development...ews/#list-view.
Open the /client/modules/crm/src/views/opportunity/fields/contacts.js file and check for the getSelectFilters function in order to get an example of how to set the predefined filter.
Comment
Comment