How to stop showing records in Listview by default

Hello All,

As of now by default SuiteCRM shows the record list by default when opening any module. And if we have large number of data it will open slow.

I want to change this to records search on demand. By default no record should appear and user has to use filters if he is searching for any record.

Please help & advise.

Thank you,

To achieve the desired behavior in SuiteCRM, you can add specific settings to the config_override.php file located at the root of your SuiteCRM installation.

This settings my fit your needs. But not sure still this is valid for SuiteCRM 8 as well.
populate_only :- Forces a user to perform a search when they access a listview rather than loading the results from their last search .

Thank you for your reply.
In new version it didn’t worked but i was able to manage it via the module_routing.yaml I changed it to false for the module. Now it’s working.

Thank you for help