Start a new topic

Database Query to Reject 2K+ Record Duplicate Suggestion

I need assistance with a SQL query to reject a duplicate suggestion. I have a merge ID containing over 2,000 records that I need to reject, but the UI performance becomes prohibitively slow when handling groups of this size, making it impossible to complete the action through the standard interface.

Anyone able to provide appropriate SQL syntax to reject this large duplicate suggestion directly through the database? I want to ensure the query replicates all the steps that would normally be executed if I accessed the suggested merge ID through the UI, clicked "reject," and then clicked "finish" to complete the process.

Login to post a comment