Deleted records keep re-appearing and not getting deleted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 02:25 AM - edited 02-07-2025 02:26 AM
In ServiceNow, below is a screenshot of some records that are stored in the 'cmdb_rel_ci' table before I deleted them:
However, what I've noticed 42 minutes later is that if I refresh my list of results, the exact same number of records appear again:
Has anyone come across this issue before or do they know what could be causing deleted records to suddenly reappear?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 02:30 AM
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0829857
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 02:32 AM
Hello @matthew_hughes
This will only happen if there is some flow/scheduled job running on platform which might be creating relationship record if it is not available for record. you will need to check in your platform is there auto creation of relationship script placed. Also, see if this record relates to what as sometimes when SGC is running or pulling data there are some relationship setup which auto creates record in same table.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 02:35 AM
Hi @Viraj Hudlikar Do you know how I would be able to search for that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2025 03:02 AM
Hello @matthew_hughes
Since the config is platform specific it is hard to say but in general, I will start looking in BR for the table for whom the relationship is created and adding filter in script part placing relationship table name and will try to analyze is it somehow relevant. Similarly, any flow setup on table if naming conventions are good while designing flow.
If my response has helped you hit helpful button and if your concern is solved do mark my response as correct.
Thanks & Regards
Viraj Hudlikar.