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

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
Giga 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

13 REPLIES 13

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 

I was checking in the v_plugin.list and sys_plugin.list but cannot find the current version and newest update available

As per your post I succesfully found it int the sys_store_app table

Thanks a lot.


Regards
Abhinay Ravula

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