How to get the ServiceNow release or buildtag using Server Side code
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-11-2013 11:36 PM
Hi,
I want to retrieve the ServiceNow release(aspen/berlin/calgary/dublin) or buildtag of my instance and use it in server side script.
I have checked some system properties which have release details but the properties vary from instance to instance.
Please advise a unique and reliable way to achieve this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2013 12:07 AM
gs.getProperty('glide.buildtag.last')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2013 12:35 AM
Hi Abhiram,
Thanks for the update.
This property isn't present in the demo instance.
I had seen this property but since this was not present in the demo instance , i think we cannot reply on this property for all the releases.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2013 06:18 AM
If you type in 'stats.do' in the filter text box above your applications, you should see the build tag listed there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-12-2013 10:16 PM
Thanks for the reply.
I want to retrieve it using server side script.