- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2023 07:14 AM
When we delete around 300 Requests What Impact it has and which other table records are deleted?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2023 07:42 AM
You can use Data Management module to delete records which provides the details of cascade deletes. You can try with one record first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2023 07:42 AM
You can use Data Management module to delete records which provides the details of cascade deletes. You can try with one record first.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-09-2023 08:11 AM
Hi Vikas,
Why is there a need for deletion? You can use ServiceNow's logical deletion (Active: True/False) instead of physical deletion of record.
Also, what 'impact it has?' Well, it depends on what all data relation it has with the records that are deleted.