September 10, 201015 yr Hi, Is there any way to trap which field has produced the error code returned?
September 10, 201015 yr Yes, lol. Not much of an answer, but honestly, Panchristo, not a very detailed question! More details please.
September 10, 201015 yr Author 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.
September 10, 201015 yr 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
Create an account or sign in to comment