jsaltzman Posted April 9, 2003 Posted April 9, 2003 i want to make and if statement that says IF CURRENT MESSAGE SAYS "NO RECORDS MATCH THIS REQUEST" PERFROM SCRIPT "CustomerInfoConverter" what function can i use?
Pupiweb Posted April 9, 2003 Posted April 9, 2003 You've to set up things differently Add the step Set error capture [ON] at the beginning of the script Then following the search check to see if the search has found any record and branch the script accordingly: If (Status (Current Found Count =0) Perform script "CustomerInfoConverter" Else Do something else End IF
danjacoby Posted April 9, 2003 Posted April 9, 2003 How do you mean "Current message says..."? Does that indicate the contents of a field, or something else?
Recommended Posts
This topic is 7902 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