how to delete tables in servicenow

Giri17
Kilo Explorer

how to delete tables in servicenow

6 REPLIES 6

Maik Skoddow
Tera Patron
Tera Patron

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

Gunjan Kiratkar
Kilo Patron
Kilo Patron

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

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

Community Alums
Not applicable

@Gunjan Kiratkar you always come up with the right answers, straight to the point. Thank you!