Question
2
Replies
1787
Views
Posted: January 28, 2016
Last activity: January 28, 2016
Closed
How to refresh section from an activity for all users
Hi,
We have an agent that runs an activity which will get data from external data base. we need the data to be updated on the screeen opened by the user without any click/refresh performed by end user..
There are various ways to design this. From a high altitude, think about whether you want the user screen to periodically poll to see if there is new data, or if you want it to have an asynch listener channel open that is notified when new data is available. Also, start thinking about any out-of-box screens you can think of where the screens already update automatically, and take a look at how they work, to get ideas. /Eric