Url parameter filtering of list view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Maarten
    Member
    • Jun 2020
    • 75

    #1

    Url parameter filtering of list view

    Hi all,

    I'm trying to create a list view that can be filtered by url parameters, because I need dynamic filtering from another system.
    so the primaryFilter function or existing extensions cannot work as they are preconfigured.

    I have tried to make a custom list view in list.js in my module and to override the setupSearchManager. But it's not succesful so far.

    What I want to achieve is that the url parameters are set as filters on the list view (also shown as filters above the list view, with the selected values those provided by the url parameters) and a filtered list of records by these parameters.

    If anyone can point me in the right direction to get this done?
Working...