I have a record view having 3 user filters, from where user can filter the records as needed. After filtering they can go to desired summary view. Now, what I need is to store the user selected filters so that if they get back from summary view to record view, they can see their selected filter chosen by default. Is there any way to achieve this?
Discussion posts and replies are publicly visible
What you can do is to save it in the DB for now. There isn't a way to do it without storing in a database.
Hi legotx,
We have the same question. Have you been able to implement your solution? Would you be willing to share it?