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

Check what new was added via new plugin version after installation

FotinaG
Tera Contributor

Hi guys,

 

How can i check what new was added via new plugin version after installation? How to check what has changed via logs?

I open logs i see name of records with sys_id but how to check the initial changes? How to check what new ServiceNow added to the plugin?Where i can find documentation describing hat was changed in plugin?

 

Thank you so much in advance

Best regards,

Fotina

 

5 REPLIES 5

Dr Atul G- LNG
Tera Patron

Hi @FotinaG 

 

 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0716467

 

https://www.servicenow.com/community/developer-blog/how-to-see-all-plugins-that-are-installed-on-you...

 

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Hi @Dr Atul G- LNG , thank you so much, I saw it before,  unfortunatelyit didnt help me to understand how to compare old with new. in case plugin was already installed only version was updated.

Best regard

Fotina

Hi @FotinaG 

I don’t think there’s any direct way to see what new UIs are coming. You might be able to filter by the created date in the table.

 

https://INSTANCENMA.service-now.com/now/nav/ui/classic/params/target/sys_plugins_list.do%3Fsysparm_n...

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Also try this:

 

https://INSTANCENAME.service-now.com/now/nav/ui/classic/params/target/sys_upgrade_history_list.do%3F...

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************