January 1, 200719 yr 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
January 1, 200719 yr 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 ???
Create an account or sign in to comment