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

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

Recommended Posts

Posted

I want to run some checks on a record when it's ready to be committed or before going on to input another record. That is, after the operator has input data into the record, I want to run a script to do checks on the data to make sure it's valid. (If a field contains "a" then I need to do checka, if the field contains "b" then I need to do checkb, etc. I've written a script that performs the checks I want, but if the operator doesn't click my "commit" button, the record gets committed and no checks are performed, and she can go on to input the next record. I want to guarantee that each record goes thru this check.

All suggestions appreciated. Thanks.

Posted

I always use global fields on entry forms for my end users. Then I do my validation logic and only when all of it has been satisfied, do I script it to create and pass the data into a new record.

Posted

Hmmm.. you mean you have them input into a "dummy" form, then when you're satisfied the data is valid you transfer it into the actual database?

Posted

Yes, much like most web forms, the database is not updated until the validation logic is passed prior.

This topic is 6598 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.