ServiceNow
Workflows

IT Workflows
Employee Workflows
Customer Workflows
Creator Workflows

IT Workflows
We offer workflows that can transform IT into a fully-fledged growth engine. Take advantage of the benefits of operational flexibility by increasing workforce adaptability...
Read More

Employee Workflows
Make employee experiences more integrated and engaging with ServiceNow Employee Workflows. Motivate your staff by making it simple for them to obtain what they require when they require it...
Read More

Customer Workflows
We connect clients, front-line agents, middle and back-office staff on a single ServiceNow platform with ServiceNow Customer Workflows using digital processes to scale customer operations...
Read More

Creator Workflows
With a low-code platform, you can quickly create digital workflow apps. Scale quickly across the organization to build natural, linked experiences that users enjoy...
Read More

Solutions
ServiceNow Solutions

IT Service Management
IT Operations Management
IT Asset Management
Governance, Risk, and Compliance
Security Operations

HR Service Delivery
Customer Service Management
Field Service Management
Integration Hub

IT Service Management
IT service management includes all the ServiceNow services and processes that ensure end to end...
Read More

IT Operations Management
ServiceNow ITOM consists of a set of modules in ServiceNow to manage the operations...
Read More

IT Asset Management
It is the set of business practices to manage the lifecycle of various assets in IT like software assets...
Read More

Governance, Risk, and Compliance
Almost every aspect of the business is driven by governance, risk, and compliance...
Read More

Security Operation
To minimize risk, ServiceNow SecOps allows you to immediately identify, prioritize, and respond to threats...
Read More

HR Service Delivery
With ServiceNow HRSD, you can increase company productivity and provide your employees...
Read More

Customer Service Management
Proactively solve problems and take actions to rectify common requests more efficiently with ServiceNow...
Read More

Field Service Management
ServiceNow Field Service Management enables you to efficiently and safely manage field service activity...
Read More

Integration Hub
For the fastest time to value, lowest TCO, and ease of use with zero learning curve for all ServiceNow developers...
Read More

Digital Transformation
Digital Transformation

DevOps
Robotic process automation
User Experience Design

DevOps
Devops includes the set of practices that automates the IT operations and accelerate the delivery...
Read More

Robotic process automationt
We help organizations to integrate different techniques like machine learning and artificial...
Read More

User Experience Design
User experience design is the creation of the effective flow between users and software...
Read More

Product Engineering
Product Engineering

IT Consulting
New Application development
Product testing & QA
Re-engineering & Migration
Support & maintenance

IT Consulting
We help Companies to Better their IT infrastructure and to Implement various IT strategies. Alignment of all the services to boost the overall performance...
Read More

New Application development
We are an IT service provider company using high-value business processes and technical stacks to build digital products...
Read More

Product testing & QA
We help clients to deliver quality products and services. Skilled Quality Assurance Team to perform a series...
Read More

Re-engineering & Migration
Re-Engineering and Migration is the concept of Comparing the Existing business model to the desired model...
Read More

Support & maintenance
We provide a range of support and maintenance services to our clients in the form of version upgrades, post-project support...
Read More

,

Domain Separation in ServiceNow

  • By Aelum consulting
  • January 27, 2022
  • 2191 Views

This blog will explain to you the basic concept of domain separation. What is the purpose of domain separation? How it can be configured in the ServiceNow platform based on the business needs? What all modules are present and how domain hierarchy works?

What is ServiceNow Domain separation?

Domain separation is a way to separate data into (and optionally to separate administration by) logically-defined domains. Domain separation is extremely well-suited for Managed Service Providers (MSPs) and global enterprises with unique business requirements in various areas of the world.

ServiceNow Domain Separation

ServiceNow Domain Separation

Global Companies with unique business requirements for different parts of the world can segment and customize their instances.

Why ServiceNow Domain separation?

ServiceNow Domain separation is best for those customers who:

  • Need to enforce absolute data segregation between business entities (data separation).
  • Customize business process definitions and user interfaces for each domain (delegated administration).
  • Maintain some global processes and global reporting in a single instance.
  • Separate data between service providers, customers, partners, or sub-organizations.
  • Have minor or moderate process differences among customers.

ServiceNow Domain Separation

ServiceNow Domain separation compared to separate instances

While ServiceNow domain separation provides multi-tenancy support, multi-tenancy is still contained within a single instance. Some global properties, data, and processes are shared across all domains. For example, having the system Remember me on the login page of the system is global and cannot be specified per domain.

If you need complete and total separation of all system properties and do not require global reporting or global processes, then separate instances are the best option.

What can be separated?

In general, the instance has some global properties, data, and processes that are shared across all domains. But since domain separation is a concept of organizing different processes for different departments of an organization, below are a few points that explain what can be separated using domain separation:

  • Each domain can have its own set of data that other domains cannot see. Tenants can be granted access to other tenant data but can’t query tenant data that they don’t have access to. Users, including the customer accounts that are used for integrations, see only the data in the domains they have permission to access. Customers, agents, and fulfillers see data that pertains to the customers and organizations that they support.
  • Each domain in a ServiceNow Instance can have unique functions and processes. Creates tenant-specific system policies such as email notifications, business rules, client scripts, UI policy, and UI actions.
  • Each domain in the instance can have a different user interface. Supports a tenant-specific experience for UI elements such as views, lists, labels, and so on.

Service providers can alter the displayed branding and UI elements to meet individual customer needs.

 Domain Hierarchy

Domain hierarchies help to organize multiple domains and define the relationships between them. It also established parent/child relationships between domains.

Domain Hierarchy

Below shows a brief about domain hierarchy.

Data Separation Vs Process Separation

Data separation is enforced at the database level through the use of the sys_domain column in tables. To make a customer table domain-separated, add the sys_domain field to the table. When a customer logs n under a domain and pulls up a domain-separated table, the system uses built-in queries to pull data only from that domain.

Process separation is enabled through the use of sys_overrides column. Any table that contains both the sys_domain and sys_overrides field can be configured to have different processes from the parent domain. We can choose to not separate data just processes.

System policies functions can be domain-specific:

  • Assignment rules
  • Approval rules
  • SLA management
  • Inactivity monitors
  • Email Notifications
  • Business Rules
  • Client Scripts
  • UI Policies
  • UI Actions

Forms, lists, Related Lists, and Choice lists can also be domain-specific. Service providers can even customize the branding and user interface elements for a domain.

Controlling Visibility

The domain_contains table allows users of a domain (the ‘containing’ domain) to see data from another domain (the ‘contained’ domain). This applies to data only not processes.

The sys_user_visibilty and sys_user_group_visibilty tables allow specific users or groups to view data for a domain that they couldn’t otherwise access in the hierarchy.

Configure ServiceNow Domain Separation

End-users can raise a support ticket in their instances to get domain separation configured as per their need.

Configure Domain Separation

Configure ServiceNow Domain Separation

As a developer to set up the Domain Separation, Admin needs to activate the plugin “Domain Support-Domain Extensions Installer” through the developer instance by using the URL – https://developer.servicenow.com/dev.do

Wait for some time to get the plugin activated to your instance.

Once activated, one can see the ‘Domain Admin’ application menu in the Application Navigator.

Make use of the ServiceNow Domain Admin application

Domains Module: –

  1. Through this, the admin can create a new domain as per requirement.
  2. Also, the admin can make changes in the existing domain.
  3. While creating a domain admin should keep in mind that: –
    • There can be only one primary domain
    • There can be only one default domain

Domain Admin application

Domain Map Module

Domain Map Module

  • Domain Map shows the graphical representation of the domains.
  • This map shows the Primary, Parent, and Default domains in the hierarchy.
  • OOTB ServiceNow has provided Top as a primary domain and Default as a default domain.
  • Let’s have a look at some demo domains under domain hierarchy as below:

How to select a domain?

Enabling the Domain picker through system settings enables the Domain selector by default. Through Domain selector one can select a domain from the list of available Domains.

ServiceNow Domain Separation

Important note

Some tables and applications should never be domain-separated. When the domain Separation plugin s activated, the system adds the following tables as non_domain_separatable:

  • Security Black/White list entities
  •   ACLs
  • Dictionary
  • System Properties
  • Script Includes

Conclusion

ServiceNow Domain Separation

In this blog, we stated a brief idea on what is domain separation, some use cases, and how it can be configured in any instance. Let’s have a summary of what we have seen so far:

  • A Domain hierarchy is a structure of domains within an instance.
  • System policy functions can be defined globally or specifically for a particular domain.
  • Global processes apply to all children.
  • A caution everyone should consider is to challenge yourself on why you can’t live on a single instance without  domain separation prior to making the  decision to move forward.  If you are close to the baseline and do not have complex needs for your company, domain separation may be the answer for you.

Thanks For Reading
Read More on Aelum Blogs

Author: Mokara Harish
Designation: ServiceNow Developer

 

 

1 thought on “Domain Separation in ServiceNow”

Leave a Reply

Your email address will not be published. Required fields are marked *