Display current Servicenow version

pavla
Tera Expert

I want to display info about current patch version in the service catalog (content item). How can I do this?

5 REPLIES 5

Nitin_NOW
Tera Guru

You want to display this as a text/information on top of the content item ? or what is the behavior your looking for ? Please attach a screenshot of your catalog item and where you want to display it



Regards!


Chuck Tomasi
Tera Patron

On the application menu filter, type stats.do and press Enter.


find_real_file.png


Check the third and fourth line. In my case, I'm running Istanbul Patch 1


find_real_file.png


Sorry, I didn't realize you were looking for a specific version of a catalog item.



Add the Versions related list to your form and you will see what versions were saved and when.


find_real_file.png


Anurag Tripathi
Mega Patron
Mega Patron

Hi Pavla,



If i had to do this id try to keep it simple because this is not something that changes very often.



so just create a new property, save the current version/build in it. and display it on the catalog in any way possible. whenever the system is upgraded/patched(which doesn't happen often) you have to update the property.


-Anurag