I have a grid based on record, this record has defined user filters. The client asks me that when he selects a filter and clicks on the details of a case and then returns to the main screen, the filter selection is not checked. Is there a way to reset the filters of marked users without manual action by a user?
Discussion posts and replies are publicly visible
Yes, but not with the normal record user filters. When you build your own filters, you can store the settings in rule inputs which then get stored in the url.
https://docs.appian.com/suite/help/24.3/url-parameters.html
What I want to do is the complete opposite, be able to reset the user filter selection when a button is pressed. Do you know any way?
What does this exactly mean?
"clicks on the details of a case and then returns to the main screen"
By default any user filter gets reset if the user navigates away and comes back.
We have an interface with several sections, which we hide and show with showWhen depending on the button you press. The user complains that when he filters in a section and then goes to another section and returns to the initial section, he wants the table to not maintain the filter he selected.
OK. That will not work in the scenario you created. At least not with the record backed user filters. When you create separate filtering components, you can reset them any time you need to.