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

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

Recommended Posts

Posted

Hello,

I have a script that finds duplicate records and deletes. However, If the script does not find a duplicate it returns a message "No records match this request". What should I add to the script to not show this message when a duplicate is not found?

Any advise would be appreciated.

Shari

Posted

Set Error Capture [On] will silence this error, but you will want to test for it so you don't delete non-duplicates.

Posted

That's why I mentioned you'll want to test for it. You could use If [not Status(CurrentError)] or If [status(CurrentFoundCount)] to test if at least one record results from a find.

This topic is 7718 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.