Skip to main content
samadritam1018
March 2, 2023
Question

Auto Refresh of Grid on increase in task.

  • March 2, 2023
  • 8 replies
  • 0 views

I have created a local variable that will fetch all the tasks from a process report. When there is a change in  the task,i.e. i have accepted or assigned or completed the task, or added a new task, it should automatically refresh the grid and show the change in it. How to do this process?

8 replies

harshitb6843
March 2, 2023

You can configure the variable you have created to refresh every 30 seconds. That you, in every 30 seconds, you will have a refreshed state of the grid. Making it refresh always true will also be helpful to achieve your goal if the user has certain actions that she/he can take on the same grid screen. 

samadritam1018
March 2, 2023

I would like it  to refresh only when there is a change in the grid. Is there any specific condition for that?

stefanhelzle0001
Brainy
March 2, 2023

Grids have some refresh parameters. Have a look at the documentation and you will find what you need.

abhayd3663
March 3, 2023

Push vs Pull.

Whenever there is change in the task it cannot push the change to the dependents, it has to be pull from the dependents (An interface in your case). Only option you left with is to refresh local variable at some time interval.