Rich S Posted June 28, 2016 Posted June 28, 2016 I'm having a little trouble choosing the correct script trigger that, once a password field has six characters entered into it, the script trigger commits the current record so a calculation will fire; this way, a user won't be left wondering what to do after entering the sixth digit of their password--the script will fire a calculation (test for correct login credentials) that will take users to another layout. Obviously, the script will have the Commit Record step but I don't think/know if additional steps are needed. TIA for your help!
comment Posted June 28, 2016 Posted June 28, 2016 OnObjectModify should do the job, I think. -- All the caveats about building your own security system apply. Note also that knowing the length of a password is a step towards defeating the system.
Rich S Posted June 28, 2016 Author Posted June 28, 2016 (edited) Thanks--that did the trick. (By the way, the calc I used in the script is IF Length ( IDNumber ) = 6.) Yeah, I know about knowing the password length isn't a good thing security-wise but my hands are tied with how the client wants the solution set up, so all I can do is offer advice. Edited June 28, 2016 by WF7A
Recommended Posts
This topic is 3068 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