Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 7902 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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?

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.