March 27, 200916 yr Hi Hope I'm in the right forum - could be a script question. So sorry if that's the case. I have a number field with the validation set to UNIQUE VALUE. However I do have instances where the data does not have to be unique. Specifically I need it to be OK if "CLASS II" is entered. ( Which I have entered automatically through a calculation in the number fields options, [if ( Job Type = "Class II"; "CLASS II" ; "" )] ) During a script, when the "CLASS II" is auto entered the dialog box comes up and asks if I want to allow this or not since it is supposed to be unique. Question: Is there a way to have this querie answered YES (allow)automatically in the script or through a modification of my calculation? Thanks for the time!
March 27, 200916 yr Yes, you can. Add this step at the end of your script: Commit Records/Requests [ Skip data entry validation ; No dialog ]
Create an account or sign in to comment