madman411 Posted April 25, 2014 Posted April 25, 2014 Hi all My solution is used over a network, and depending on network activity sometimes the system takes a second to respond to user commands, one in particular is creating a related record. If the system doesn't respond IMMEDIATELY I have some users that repeatedly click the button until something happens, creating many redundant records that I have to go through and delete. The data this part of my solution is tracking only needs one child record creating a day (if that). I need to restrict this particular script to only execute if 5 minutes or more has elapsed since the last related record was created. I would actually prefer to only allow the user to execute this script once a day (per parent record), however I just know that once I implement that, they will need to create multiple child records every day. Is there a way to manage this?
comment Posted April 26, 2014 Posted April 26, 2014 I have some users that repeatedly click the button until something happens, What exactly does the button do?
IdealData Posted April 26, 2014 Posted April 26, 2014 Go to another (dummy) layout and then return at the end of the script.
Wim Decorte Posted April 26, 2014 Posted April 26, 2014 That should not take a second. Can you post your script and explain a bit more about your deployment? Server, network,...
Recommended Posts
This topic is 3863 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now