April 9, 200322 yr 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?
April 9, 200322 yr 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
April 9, 200322 yr How do you mean "Current message says..."? Does that indicate the contents of a field, or something else?
Create an account or sign in to comment