- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:47 AM
Hi All,
how to check which ever tables installed as per plugin installation?
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:54 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 01:14 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 02:20 AM - edited 10-10-2023 02:22 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 12:56 AM
@Sachin G K1 Please Navigate to System Definition >> Plugins >> <Select your plugin>
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2023 01:06 AM
Hi Sandeep, i also want to clean up all data installed with plugin. Can you suggest how to do that?