February 11, 200818 yr Hi All, I am trying to write a script and I want to certain script to be run if I have the email address. so far I have done this to which it did not work. If [Main Screen::Party Contact Email=True] Perform Script ["Email: Paperwork Received"] End If I know I am doing something wrong, would any know... Thank you in advance.
February 11, 200818 yr Try testing for not IsEmpty() instead of = True (which doesn't make much sense, and will run your script only when the e-mail contains some numeric characters other than zero).
Create an account or sign in to comment