Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ServiceNow Instance domain separated or not check through script

AJAY BIRADAR
Tera Contributor
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'));
0 REPLIES 0