Jarvis Posted January 1, 2007 Posted January 1, 2007 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
Raybaudi Posted January 1, 2007 Posted January 1, 2007 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 ???
Jarvis Posted January 1, 2007 Author Posted January 1, 2007 Thanks Daniele! You fixed me right up. Jarvis
Recommended Posts
This topic is 6538 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