How can i add new tab in filters in suitecrm?

Hi Everyone,
I am trying to create my own filter. For example i have a module “Students” and under the filters i want to create new filter “Booking” along with the Basic and Advanced filter tab. How can i do that?
Thank You. :slight_smile:

There is no way to do that through configuration screens, or Studio. You would have to look for the files in the code that implement that, and customize.

To look for the files in the code, normally I start from the labels or from CSS class names that look distinctive enough, and then search through the code for those. But I warn you it’s a bit complicated because those screens are generated on the fly from many parts, and because those are generic screens that appear in many different modules.