ListView with already filtered records

Hello,

I would like to have custom page which will show related “Loans” for one “Account”. My intention is to use ListView, which is regularly used when I go to home page of every single module, but that ListView needs to be already filtered to show only related records to one “Account”, and that shouldn’t be possible to change by the user. Also, additional filters should be present. What’s the best way to re-use the existing SuiteCRM code to achieve that thing? So to summarize I need a custom page which will re-use already filtered ListView of one module.

This may be your starting point