Change Request Deleted
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 01:14 PM
Hello! We created a custom table which extends Change Request. We noticed that randomly there were records missing on our custom table. Seems very odd but is there anything that would purge Change Requests on a schedule? Note, we don't have any code in our Scoped App that would delete these records. Thanks in advance!
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 01:57 PM
Hi,
I don't believe there is anything, especially for a custom table, that would randomly delete records without you all setting something up. Here's the documentation for out of box table cleaning, for example: https://docs.servicenow.com/bundle/rome-platform-administration/page/administer/managing-data/concep...
With that said, something must be going on with this table to be deleting records. You'd want to check any scheduled jobs, flows, business rules, etc. and try and pinpoint a trend on this table and all that.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2022 04:49 PM
Hi Taylor,
FYI, scripts won't process extended tables so scripts that process Change Requests won't process the custom table that extends Change Request.
Check sys_audit_delete table to see if the records are actually deleted. If it deleted, by whom and at what time. Filter on "Display value" on the Change Request number.
- In Application Navigator, go to "System Definition" > "Deleted Records"