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

RaghavSh
Kilo 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.


Raghav
MVP 2023

View solution in original post

8 REPLIES 8

Ok make sense. Open the table, in the related list there is an option to delete all records.

after you click that , it will give you an option to type the word delete and all records from that table will be deleted.

 

I would not recommend to write a script here to delete records from all tables in on go as in my experience it has caused a lot of performance issues.


Raghav
MVP 2023

Hi Raghav,

I am trying to delete the records as you suggested, for some tables if try to delete records its showing table records are empty eventhough few records present.

 

 

SachinGK1_2-1696929733737.png

 

SachinGK1_1-1696929633900.png

 

 

Sandeep Rajput
Tera Patron
Tera Patron

@Sachin G K1 Please Navigate to System Definition >> Plugins >> <Select your plugin> 

Screenshot 2023-10-10 at 1.23.22 PM.png

 

In Plugin files related list, you will find a list of all those records which were installed along with the plugins, it includes tables, fields, ACLs, etc.

Hi Sandeep, i also want to clean up all data installed with plugin. Can you suggest how to do that?