How to show a message/send refresh event to a certain user/session
0
I am building a meeting room application that involves a kiosk tablet that will be outside of a room. This tablet will be logged into my mendix app as a local user account so will have its own session. I have a published REST service that will be triggered by an external application (in this case a card swipe from our access control) that calls a microflow does all the logic and fancy shit and then will display information calculated. All of this logic works I have everything perfect EXCEPT figuring out how to notify that tablet to change the page... I have a way to narrow down the exact user session, I just need to know the microflow logic or whatever it is I need to do to force that session to do certain things like refresh the page, or display a pop up Context for this is: User walks up to door and scans card > Access control alerts mendix that user has scanned their card next to kiosk A > Kiosk A then displays pop up that says "How long would you like to book this meeting room for?" the rest of the logic is then handled by button presses in app so no issue there. Thankyou for the help