We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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