How should I configure a custom layout so it will display a list view with a filter pre-applied?
How should I configure a custom layout so it will display a list view with a filter pre-applied?
You can extend the filter layout - custom/clients/base/layouts/filter/filter.js and add your code in initialize/handleFilterChange method to set your own filter. Answer in this thread sugarclub.sugarcrm.com/.../link-to-filtered-view-of-list
You can extend the filter layout - custom/clients/base/layouts/filter/filter.js and add your code in initialize/handleFilterChange method to set your own filter. Answer in this thread sugarclub.sugarcrm.com/.../link-to-filtered-view-of-list