panchristo Posted September 10, 2010 Posted September 10, 2010 Hi, Is there any way to trap which field has produced the error code returned?
bcooney Posted September 10, 2010 Posted September 10, 2010 Yes, lol. Not much of an answer, but honestly, Panchristo, not a very detailed question! More details please.
panchristo Posted September 10, 2010 Author Posted September 10, 2010 Sorry if not being clear, I mean when inside a script a Commit record step returns an error code (due to field validation), I would like to have a variable trap the name of the field that has produced the error.
bcooney Posted September 10, 2010 Posted September 10, 2010 I don't think so. I tend to validate within the Script, so I know where it failed. Something like: //Validations If isEmpty (myField) Show Message "Hey, you forgot to enter ....." End If
Recommended Posts
This topic is 5188 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