Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 3068 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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!

Posted

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.

Posted (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 by WF7A

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.