ServiceNow Instance domain separated or not check through script
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2024 05:53 AM
Hi Folks,
if you ever wondered to check whether you instance is domain separated or not?
Check this script in background script
if it gives true then instance is domain separated else not.
gs.info(GlidePluginManager.isActive('com.glide.domain'));
if you ever wondered to check whether you instance is domain separated or not?
Check this script in background script
if it gives true then instance is domain separated else not.
gs.info(GlidePluginManager.isActive('com.glide.domain'));
0 REPLIES 0