Custom view listview

Hello to all
By default suitecrm shows all the records in the listview
Using the filter it is possible to choose which records to view.
You have suggestions on how to set it by default:
status open
and through the filter view all records?

thanks for your help

You can use several different techniques:

Hi

you can put custom where in view.list.php

$this->params[‘custom_where’] = ’ AND [module].status = “open” ';

Good luck

1 Like