Announcement

Collapse
No announcement yet.

show all available search filters by default

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • show all available search filters by default

    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

  • #2
    Any help on this please?

    Comment


    • #3
      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


      • #4
        Alternatively you can create some Saved Filter function which help you "template" common use filter.

        Comment


        • #5
          Originally posted by espcrm View Post
          Alternatively you can create some Saved Filter function which help you "template" common use filter.
          Can u let me know how to use that feature?

          Comment


          • #6
            Yes, please see screenshot. I created two filter as an example, hopefully it can do what you want to achieve.



            Comment

            Working...
            X