April 8, 200322 yr I have the issue that users stay in records for lengthy amounts of time (which with FM server caused problems). I created a script connected to a "done" button which would exit the reocrd request... They compalined about having to hit a "process" button for each transaction... Is there a way to: script without a button (so that when a users tabs out of a field) that I can make it "required" and force them to stay in this filed and make an entry... and after this entry is made that it automatically exits them out of the record... all without the i,pression that they are clicking a button... thanks
April 8, 200322 yr Create a script that: Goes to the field, Pauses for a set amount of time (long enough to enter the data), If the data is entered, exits the record, otherwise runs the script again. Attach the script to the field itself and disallow entry into the field. Now, when they click on the field, they can enter the data, and then it'll go somewhere else.
Create an account or sign in to comment