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 06:06 AM
Hello,
there are two ways of deleting a table . However, before doing that make sure you have deleted all the records in the table and also verify if the records are of no use now.
ONce all records are deleted then you can go to
1. System definiton (filter navigator) --> Tables -- > search the appropriate table with name
and then open that and click on Delete button (which appear on top right).
2. Other way of deleting table is via script (not recommended and risky) but just an alternative.
Read this LINK to identify which one suits your needs
Mark my ANSWER as CORRECt and hELPFUL if it helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2024 02:46 PM
Hello, in the application navigator go to System Definition>Tables.
Open the table you want to delete and select the UI action delete.
Simple as that… But when you hit delete everything related to that table is deleted such as, records, ACL’s etc so it’s worth making a back up if you think the data is going to used in the future.
Please mark as helpful or if it’s resolved the issue, CORRECT!