Domain separation and Continual Improvement Management
Summarize
Summary of Domain separation and Continual Improvement Management
Domain separation in Continual Improvement Management (CIM) enables ServiceNow customers to logically separate data, processes, and administrative tasks into distinct domains. This separation applies across all CIM features, including data, business logic, user interface, reporting, and task management. It supports multi-tenant environments by ensuring that users only access improvement initiatives and tasks within their assigned domains, enhancing data security and operational clarity for service providers managing multiple tenants.
Show less
Key Features
- Comprehensive domain separation: Applies to CIM data, logic, processes, user interface, cache keys, reporting, rollups, and aggregations.
- Automatic configuration: CIM supports domain separation out-of-the-box with no additional setup required.
- Domain-aware tables: The Improvement Register ([sncimregister]) and CIM Tasks ([sncimtask]) tables include domain and domain path fields to segregate data by domain.
- Role-based access: Users can view and create improvement initiatives only within their assigned domain, parent domains, or global domain as appropriate.
- Multi-tenant support: Service providers can manage tenant-specific improvements while maintaining data isolation between tenants.
Practical Use Cases
- An Improvement Requester in a specific domain can create and view improvement initiatives visible only within their domain or its parent/global domains.
- An Improvement Manager with access to parent domains can view and manage initiatives across child domains.
- Users creating improvement initiatives on behalf of others must share the same domain to maintain data integrity.
- Records associated with integrated applications require users to belong to the matching domain.
- Domain context controls functionality and reference fields when updating records, ensuring data consistency.
Benefits for ServiceNow Customers
Implementing domain separation in Continual Improvement Management allows organizations to:
- Maintain data security and privacy by isolating improvement data per tenant or business unit.
- Enable clear governance and control over who can view or modify improvement initiatives.
- Support complex organizational structures with multi-domain visibility and management capabilities.
- Streamline continual improvement processes within a multi-tenant or multi-department environment without additional configuration.
Domain separation in Continual Improvement Management is configured to apply to all features of the application. Separation of data is configured along with separation of logic and process. Domain separation enables you to separate data, processes, and administrative tasks into logical groupings called domains. You can control several aspects of this separation, including which users can see and access data.
Support level: Basic
- Business logic: Ensure that data goes into the proper domain for the application’s service provider use cases.
- The application supports domain separation at run time. The domain separation includes separation from the user interface, cache keys, reporting, rollups, and aggregations.
- The owner of the instance must set up the application to function across multiple tenants.
Sample use case: When a service provider (SP) uses chat to respond to a tenant-customer’s message, the customer must be able to see the SP's response.
For more information on support levels, see Application support for domain separation.
Domain separation and Continual Improvement Management overview
When an improvement opportunity is discovered within your organization, you can implement the improvement in a structured manner using Continual Improvement Management with domain separation.
Once an improvement initiative is created, the Improvement Manager uses the Improvement Register to review and prioritize the improvement, and assigns improvement tasks. CIM task owners are responsible to fulfill assigned tasks to the desired outcome of that improvement. Both Improvement Register and CIM Task tables support domain separation so the Improvement Requester, task owners, Improvement Coordinator, and Improvement Manager can view only the improvement initiatives and related tasks within the (tenant) domain to which they belong.
How domain separation works in Continual Improvement Management
Domain separation is supported in Continual Improvement Management with no CIM setup or configuration required. Improvements can be created in separate domains, including the global domain.
Continual Improvement Management extends the platform Task [task] table.
When domain separation is implemented, CIM users can view and request improvements initiatives only in the domain assigned. Domain and Domain Path columns are available for two main CIM tables (Improvement Register and CIM Tasks) provided with the base system. The Domain column contains the name of the domain to which the event or alert belongs, and the Domain Path column contains the unique domain identifier.
| Table | Contents |
|---|---|
| [sn_cim_register] | Improvement Initiatives |
| [sn_cim_task] | CIM Tasks |
Use cases:
- An Improvement Requester that belongs to the Acme domain creates an improvement
initiative and wants to view it.
A user must belong to the Acme domain, its parent domain, or the global domain to view the improvement initiative.
- An Improvement Manager that belongs to a parent domain tries to view an improvement
initiative in a child domain.
The user of a parent domain can view improvement initiatives of the parent as well as all child domains of that parent.
- An Improvement Requester that belongs to Acme domain wants to create an improvement
initiative on behalf of another user in the Acme domain.
A user must belong to the same domain as the user for which the improvement initiative is created.
- An Improvement Requester wants to associate a record for an integrated application in
the Acme domain.
A user must belong to the domain of the integrated application from which a record is associated.
- An Improvement Manager has access to multiple domains, but wants to update a record with
content within a specific domain.
The domain specified for the current record drives the functionality of that record and reference fields.