Auto Refresh of Grid on increase in task.

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?

  Discussion posts and replies are publicly visible

Parents Reply
  • I did use the autorefresh timer. What i needed was a code which would refresh the grid whenever the task is changing from assigned --> accepted, and if it's assigned to someone it should also refresh. But only the grid is being refreshed when the task is accepted but not if its assigned to someone else. I have used refreshAlways as true still not working. Even used Refresh after user interaction

Children
No Data