- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 12:30 AM
Dear Expert
A user has created a duplicate record with the exact same data. I want to delete all records except the one with the most recent SysID when two or more identical records are found by narrowing down the conditions with two key items.
Since the number of records is very large, please provide me with a script for deletion.
Best regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 01:12 AM - edited 11-12-2024 01:13 AM
Hi @M_Tomy ,
Please have a look at the below community thread and adjust the script as per your requirement. Hope it helps.
Fix script to delete duplicate records
If this address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 01:12 AM - edited 11-12-2024 01:13 AM
Hi @M_Tomy ,
Please have a look at the below community thread and adjust the script as per your requirement. Hope it helps.
Fix script to delete duplicate records
If this address your question, please don't forget to mark this response correct by clicking on Accept as Solution and/or Kudos.
You may mark this helpful as well if it helps you.
Thanks,
Animesh Das
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 02:00 AM
Thank you for your prompt reply.
I will try it after tomorrow.
Please give me some time.
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-12-2024 04:38 PM
A member of my team just tried the method you suggested in the development environment.
It seems to delete the files without any problem.
Thank you very much for your help.
Thank you very much!