InterviewSolution
Saved Bookmarks
| 1. |
What is domain separation in ServiceNow? |
|
Answer» Domain separation is a useful method for separating data into LOGICALLY defined domains. Also, it can be used to SEPARATE ADMINISTRATION. For example, consider a client who has two BUSINESSES and has a single ServiceNow instance for both businesses. He doesn’t want users from one business to view other business data. In this case, we can use domain separation for isolating the RECORDS from both businesses. |
|