how to delete tables in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2021 05:03 AM
how to delete tables in servicenow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2021 05:25 AM
Hi Giri
as an admin user you can go to table configuration and use there the respective UI Action.
But first please read https://docs.servicenow.com/bundle/paris-platform-administration/page/administer/table-administratio...
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2021 05:33 AM
Hi @Giri,
1. Navigate to System Definition > Tables.
2. Open the table to delete.
3. [Recommended] Click Delete All Records.
Deleting all records before deleting the table ensures that the business logic is properly executed (for example, reference cascade rules or other delete business rules). If you do not delete all records from the table first, then you must manually fix any other records or tables that are impacted by the table deletion.
4. Click Delete.
5. In the confirmation dialog box, enter delete and click OK.
The table and all items that reference the table are deleted, including:
- Choice list items
- Forms, form sections, lists, and related lists
- Reports and gauges
- Reference fields that reference the table
- Access controls
Regards,
Gunjan
Please Mark My Response as Correct/Helpful based on Impact
Regards,
Gunjan Kiratkar
2X ServiceNow MVP
Community Rising Star 2022
Youtube : ServiceNow Guy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 02:33 PM
Hi Gunjan,
Thank you for sharing the steps on how to delete a table. I followed that and was able to delete the table. It is really helpful.
Regards,
Shreyashi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-02-2025 01:24 PM
@Gunjan Kiratkar you always come up with the right answers, straight to the point. Thank you!