Skip to main content
March 7, 2023
Question

Maintain record filter state on navigating to a summary view

  • March 7, 2023
  • 4 replies
  • 0 views

Hi, my application has a number of record types with associated summary views. When the user enters they filter the records, make use of the paging, and then open the summary view. Unfortunately on closing the summary the filter and paging info is lost. Is there a generic way to maintain this state? 

    4 replies

    stefanhelzle0001
    Brainy
    March 7, 2023

    No. The only OOTB option is to open that link in a new tab. If you are OK with implementing custom filters, I built a user filter managing component years ago.

    community.appian.com/.../filter-settings-manager-1316561145

    adityag9712
    March 7, 2023

    Hi, We can add the default filters and user also save the filters (user specific filters) if this solves your problem to some extend. 

    jamesc522Author
    March 7, 2023

    Thanks for the replies - unfortunately I'm trying to avoid the user having to do anything, such as saving their filters, but rather it should be 100% automatic. They're not keen on the new tab as a solution, either [emoticon:ca08b2c27c2f40e993e89508acf29e0b]

    adityag9712
    March 7, 2023

    then, you need to create the customer filters and save them in database per user.