Fire Notification on a timely basis between two actions on UI
Summary:
Hi All,
I have a use case where I want to notify user on the screen after 10 mins. Here is the use case
We have a search screen with couple of search parameters. Once users hits the search button , we pull the latest data from source system and insert /update in ATP database. ORDS is used to pull data and show it on UI where users will be updating records from UI and we push back the data from UI to ATP DB and then finally we update it in source system as well.
We want users to work on latest data with minimal latency. Lets say users searches the data by hitting search button and keeps the screen idle for 10 mins . In that case , once users selects a record to update, I want to notify the user to search again by notifying with some message asking them to search again and then update.