How to know instance is production instance or not
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2020 11:44 PM
I want to find my instance is production instance or not.
I have changed my instance name so it didn't contain dev or ven. I'm working with scoped applicaton so "glideutils" is not useful. I have tried "glide.installation.production" system property but it is set to true for both production as well as non production instance.
I have refer - https://community.servicenow.com/community?id=community_question&sys_id=6aa58feddbd8dbc01dcaf3231f96... even though i'm not able to get desired solution.
It would be helpful if anyone help here...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-11-2020 08:18 AM
can you wrap the GlideUtil call within a global script include, accessible from all scopes, similar to solution here?
https://hi.service-now.com/kb_view.do?sysparm_article=KB0716317
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-15-2024 11:51 PM
Please check the "sn_appclient.instance_type" system property for this information.