Auto Page Refresh

0
I would like to automatically refresh a mendix page every X seconds/minutes to get updated information. The page will be displayed on an overhead TV in a warehouse to display upcoming orders and other data that is set by users in Mendix. The data I want to display will not be in a Data Grid, so I can't leverage the built-in functionality.  I will have URL's on the page so a browser refresh would work, but since this is on a TV, I need the system to automatically refresh without user input.  Also, I would rather not use a client side application to achieve auto-refresh.  Anyone have a best practice to complete this type of request?
asked
2 answers
4

Use the MicroflowTimer widget with a microflow with a Change Object activity set only to refresh your object.

answered
0

Great idea guys! Thank You!

answered