We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

how to check which ever tables installed as per plugin installation

Sachin G K1
Kilo Sage

Hi All,

how to check which ever tables installed as per plugin installation?

 

 

 

 

 

Thanks in Advance

1 ACCEPTED SOLUTION

Raghav Sharma24
Giga Patron

1. Go to "sys_db_object" table.

2. Bring "Package" field in the list view. The package will give you the plugin. 

3. You can group by package and check all tables as part of plugin.


Please mark the answer correct/helpful accordingly.

View solution in original post

8 REPLIES 8

Raghav Sharma24
Giga Patron

1. Go to "sys_db_object" table.

2. Bring "Package" field in the list view. The package will give you the plugin. 

3. You can group by package and check all tables as part of plugin.


Please mark the answer correct/helpful accordingly.

Hi Raghav,

 

I need to clean up all the data installed with this plugin, how to do that?

Have you uninstalled the plugin? Check the docs for recommendation.

No i haven't unistalled plugin neither i want to delete table, just want remove all data associated with tables.

 

I found around 61 tables installed as per plugin, should i open each table record and delete all records in that