Where can I find the table that shows a plugin update is available

Markell
Tera Guru

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

1 ACCEPTED SOLUTION

Chaitanya ILCR
Kilo Patron

Hi @Markell ,

 

check this 

https://www.servicenow.com/community/servicenow-ai-platform-forum/is-there-a-way-of-getting-a-list-o...

 

this table sys_store_app

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

View solution in original post

12 REPLIES 12

Hi @Markell ,

 

ChaitanyaILCR_0-1752768322988.png

sys_upgrade_history table?

 

Please mark my answer as helpful/correct if it resolves your query.

Regards,
Chaitanya

I did look at this one but dont see anything similar to the Version / last version columns. 
Thanks for responding regardless 

an261998
Tera Contributor

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