October 7, 201015 yr We have a status field, and when the status has not been completed after the date it was due we have a script that pops up a dialog to tell the user that that "load" needs attention. That's all fine, but what they want to happen is the user hits okay, but the message is repeated every 60 minutes until the status has been changed. Kind of like a snooze button : Any ideas? Or is this easier than I think. Perhaps if I put the script to run every so many minutes via the server?
October 7, 201015 yr A couple of questions: 1) in a multi-user database should all users get the prompt? 2) how many of these alerts can there possibly be simultaneously? 3) how is the alert being activated?
October 8, 201015 yr Author 1) in a multi-user database should all users get the prompt? [color:red] Yes all users get the prompt. Whe they first enter the database & every hour or day after till the status has been changed. 2) how many of these alerts can there possibly be simultaneously? [color:red]I actually only want one alert with a list of all the "open" loads that need attention. 3) how is the alert being activated? [color:red]I want it activated on opening and then have the user "snooze" the dialog by choosing remind in 60 minutes of 1 day, something like that.
October 9, 201015 yr I want it activated on opening and then have the user "snooze" the dialog by choosing remind in 60 minutes of 1 day, something like that That's what you want. What I need to know is how you are currently making the script pop up a dialog to tell the user that that "load" needs attention. How often is it doing this? You could use an on-timer script trigger to run the check script every hour. The snooze button lets the script keep running while the other button processes the load records and ends the on-timer trigger.
October 13, 201015 yr Author That's what you want. What I need to know is how you are currently making the script pop up a dialog to tell the user that that "load" needs attention. How often is it doing this? Oops, so sorry! Currently when a button is clicked to view that record it runs the script. It only does it on a click.
Create an account or sign in to comment