Jump to content
Server Maintenance This Week. ×

Re-set Validation by Script


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

Recommended Posts

I have a field that is required to consist of only unique values.

I would like to be able to override this validation requirement with a script. Under some conditions I would like to be able to use the same value in one additional record.

Is there anyway to change this validation requirement on a record by record basis?

Thanks,

Jarvis

Link to comment
Share on other sites

Yes, you can do it by script...

Set Field [YourTable::YourField; "What you want"]

Commit Record/Requests [[color:red]Skip data entry validation; No dialog]

... or simply the lone last step attached on an "Override" button ???

Link to comment
Share on other sites

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