Skip to main content
ramanjeetk0001
March 5, 2024
Question

Auto refresh on user filters on user interaction

  • March 5, 2024
  • 5 replies
  • 0 views

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! 

5 replies

harshitb6843
March 5, 2024
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. 

  1. Add the activity chaining in the process, till the node that is making the changes in the DB. 
  2. Add a refresh configuration to your local variable where you are getting these values to show in the filters. Set the refreshAfter to RECORD_ACTION 

Doing these should solve the problem. 

ramanjeetk0001
March 6, 2024

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?

March 10, 2024

set the refresh for the choice values and labels in the dropdown