
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 08:15 AM
Hi Guys
Would any of you guys know where I can get info on Plugins and Update Dates or Update Availability in SN?
e.g the table that holds the fact that an update is available for a Plugin?
I know you can see it directly on the Application Manager portal, but I want to access or point to either the date or the field that says application update is available.
I have checked:
sys_plugin
v_plugin
sys_package
I'm fresh out of ideas
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 08:20 AM
Hi @Markell ,
check this
this table sys_store_app
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-17-2025 09:05 AM
Hi @Markell ,
sys_upgrade_history table?
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2025 01:23 AM
I did look at this one but dont see anything similar to the Version / last version columns.
Thanks for responding regardless
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2025 02:44 AM
Hi Markell
Through sys_store_app table you can be able to see all details like.
Total number of plugin install
Active and inactive
Version like present and lates
You can apply filter as well through update Available =true and Active=true
this will help u to work on plugin
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Ankit Shukla