when to use Domain Separation

Sirri
Tera Guru

Hi All,

 

when to use Domain Separation, Please let me know real time scenario for to use this domain separation. 

 

Thank you

4 REPLIES 4

Maddysunil
Kilo Sage

@Sirri 

Please check below link can help you

Domain Separation 

 

Kindly mark helpful/accepted if it helps you.

Amit Verma
Kilo Patron
Kilo Patron

Hi @Sirri 

 

Domain Separation is usually used by Managed Service Providers, or MSP’s, to logically separate and lease parts of ServiceNow instance to different customers i.e. one ServiceNow instance can cater multiple customers. The data of these customers are bounded in the domain only though the instance global properties, data, and processes that are shared across all domains.

 

 You can refer below articles for more information :

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0715934

https://developer.servicenow.com/dev.do#!/learn/learning-plans/vancouver/servicenow_application_deve...

 

Thanks & Regards

Amit Verma


Please mark this response as correct and helpful if it assisted you with your question.

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @Sirri 

 

My video will give you real cases

https://youtu.be/pfu1Bj8FW4Y

 

https://developer.servicenow.com/dev.do#!/learn/courses/tokyo/app_store_learnv2_domainseparation_tok...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************
SNOW #Training #ServiceNow #TechnoFunctionalPlease share your feedback in comments or connect with me on LinkedIn. https://www.linkedin.com/in/atul-grover-3bb1b141/ LinkedIn:https://www.linkedin.com/in/atulgroverservicenowconsultant Redistribution or copying of functionality is not allowed!

Nitish Saini
Tera Expert

Hi @Sirri 

Domain separation is a way to separate data into (and optionally to separate administration by) logically defined domains.

For example, A client XYZ have two business and they are using ServiceNow single instance for both businesses. They do not want that user’s from one business can see the data from other businesses. Here we can configure domain separation to isolate the records from both businesses.

 

Kindly mark helpful/accepted if it helps you.