2
Views
2
Comments
auto/action based refreshing of screen?
Question
Two questions:

1) is there a way to set a webscreen to automatically refresh itself every X amount of time?

2) is there a way for an event within the system (say a database changes) cause an ajax refresh of one object on any open instances of a specific page?
2012-08-01 17-33-40
Gerry
1) You can add a little bit of javascript to run and timeout after some time and refresh. There should be some examples in the postings here.
2) I don't think so. At least not without building some sort of software to broker this. You're going to have to look at some interval for updates.
2014-12-24 13-44-21
Keith Matthews
Be good to have a publish and subscribe model built into the OutSystems platform.
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.