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?
Discussion posts and replies are publicly visible
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
Hi, We can add the default filters and user also save the filters (user specific filters) if this solves your problem to some extend.
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
then, you need to create the customer filters and save them in database per user.