Hi all,
I am using user filter for read only grid. But whenever I add or delete new record, user filters are refreshing automatically. I have to refresh page again to see updated filters. Please suggest how to implement auto-refresh on user filters.
Thank you!
Discussion posts and replies are publicly visible
Unknown said:d, user filters are refreshing automatically.
You mean they are NOT getting refreshed automatically?
I guess that is because you land onto the screen before the changes are made to the DB. So here are two things you should do.
Doing these should solve the problem.
Thanks for replying Harshit. Activity chaining is already enable in the process and refreshAfter is also set to RECORD_ACTION.
In above attached screenshot, when I add new Email Template, grid is refreshed automatically and I can see newly added record. But same is not happening for user filter. To see record in user filter dropdown, I have to manually reload the whole page again. Is there any way, user filter could be refreshed along with grid?
set the refresh for the choice values and labels in the dropdown
hi could you check this How to refresh user filter values configured in record let me know are you trying the same use case?
No, its not exact same use case. Whenever new record is added or deleted from read-only grid, user filters should be updated/refreshed accordingly instead of manually reloading the page again to see latest user filters.