Domain separation and Service Catalog
Summarize
Summary of Domain separation and Service Catalog
Domain separation in Service Catalog allows ServiceNow customers to logically segregate data, processes, and administrative tasks into distinct domains. This enables control over user access and visibility of catalog items and requests, supporting multi-tenant use cases within a single ServiceNow instance. It ensures data privacy and domain-specific access without requiring additional user criteria on catalog items.
Show less
Key Features
- Plugin Activation: To enable domain separation, customers must activate the Service Catalog - Domain Separation plugin (com.glideapp.servicecatalog.domainseparation). This is essential for isolating catalog items strictly to requesters within their domain.
- Domain Separation Scope: Catalog items, record producers, content items, and order guides are domain-separated as data, but catalogs, categories, and variables remain global.
- Effective Domain Handling: Users with single-domain visibility operate within that domain. Users with multi-domain access select the effective domain via a domain picker to control item visibility and requests.
- Item Creation and Maintenance: Items are created and maintained within the effective domain of the user. Edits and re-publishing must occur in the original domain of the item.
- Request Visibility and Access: Requesters only see and can request items within their domain or the global domain. Items from other domains, including parent or child domains, are not visible or accessible.
- Order Guides and Cross-Domain Requests: When an order guide contains items from multiple domains, only items in the effective domain and global domain are processed in the request.
- Fulfillment and Reporting: Fulfillers can access target records only within domains they have visibility into. Data reporting is domain-aware, showing results based on the effective domain of the user.
- Catalog UI Policies and Client Scripts: These are domain-separated as processes and can be overridden in child domains, but are applied according to the domain of the catalog item or target record.
Practical Considerations
- The plugin should only be activated if strict domain isolation of catalog items is required.
- Activating the plugin on instances with custom domain separation solutions may override existing behaviors.
- Users with multi-domain roles must switch domains via the domain picker to access relevant catalog items.
- Items shared across domains must be published in the global domain and restricted by user criteria.
- Fulfillers creating requests from parent records are limited to requesting items within the parent record’s domain or global domain; cross-domain cart additions are not supported.
- Editing and maintenance of catalog items, UI policies, and scripts must be done in the domain where the items reside to maintain consistency and proper isolation.
Next Steps
To enable domain separation in your Service Catalog, request activation of the Service Catalog - Domain Separation plugin. Review your current catalog setup to understand domain hierarchy and user domain visibility. Ensure that catalog items, order guides, and fulfillment processes align with your domain separation strategy to maintain data privacy and operational clarity across tenants.
Domain separation is supported in Service Catalog. 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: Standard
- Includes all aspects of Basic level support.
- Application properties are domain-aware as needed.
- Business logic: The service provider (SP) creates or modifies processes per customer. The use cases reflect proper use of the application by multiple SP customers in a single instance.
- The instance owner must configure the minimum viable product (MVP) business logic and data parameters per tenant as expected for the specific application.
Sample use case: An admin must be able to make comments required when a record closes for one tenant, but not for another.
For more information on support levels, see Application support for domain separation.
Activation information
You should activate the Service Catalog - Domain Separation plugin (com.glideapp.servicecatalog.domain_separation) to enable domain separation for Service Catalog. For information on how you can request for the plugin activation, see Request for domain separation in Service Catalog.
- Isolate items to requesters in a specific domain.
- Make items unavailable for request in any other domain irrespective of the domain hierarchy.
If Service Catalog has already been domain separated as a custom solution, activating this plugin may override the existing behavior to enforce the plugin-specific isolation.
How domain separation works in Service Catalog
Service providers supporting multiple customers in a single ServiceNow instance can ensure data privacy across domains using domain separation. Service providers can ensure that items created or published in a specific domain can only be requested by users in that domain without adding additional user criteria to the individual catalog items.
In Service Catalog, catalog items (catalog items, record producers, content items, and order guides) are domain-separated as data. Catalogs, categories, and variables are not domain-separated, and belong to the global domain. Also, items that need to be shared across multiple domains must be published in the global domain and restricted by user criteria.
Domain separation in Service Catalog is applicable to all requester views in the ServiceNow AI Platform, Service Portal, Agent Workspace, mobile application, as well as to all API calls requesting for items.
Domain-separated tables
- sc_cat_item
- sc_item_option
- sc_multi_row_question_answer
- question_answer
Effective domain for a user
For users with visibility to a single domain, the effective domain is the user’s domain. For users with visibility to multiple domains, the effective domain is the domain selected in the domain picker.
Visibility of catalog items - Item creation and maintenance
A catalog item can be created or published in any domain in the hierarchy. For information on creating a catalog item, see Create or edit a catalog item.The item is created in the effective domain of the user. For information on enabling the domain picker, see Enable domain selection menus in Core UI. Once the item is created in a specific domain, all future edits to the item are done in that domain itself.
If a catalog item is published using Item Designer, the domain of the item is the domain selected in the domain picker while publishing the item. Once the item is published, it can only be modified and re-published in the domain it was originally published in.
Catalog items are domain separated as data. Only for maintenance and administration, the visibility of the catalog items follows the data domain hierarchy rules. For information on domain separation hierarchies, see Domain separation hierarchies.
User criteria associated with a catalog item must be visible in the domain of the catalog item. If not visible, catalog item is considered to be not associated with that user criteria.
Visibility of catalog items - Item request flow
The catalog item created in a specific domain is available in the browse, search, and request experience only in that domain and not available in the peer domains, child domains, and parent domains irrespective of the hierarchy and visibility of the domains. So, requesters can only request for items in their domain as well as in the global domain.
For users with access to multiple domains (for example, IT fulfiller), the items are available for request based on the domain selected in the domain picker. To view or request an item of a specific domain, the user should switch to that domain. For information on enabling the domain picker, see Enable domain selection menus in Core UI.
When a requester submits a request using an order guide which has items from multiple domains, only the items in the effective domain and the global domain are ordered.
The target records such as requests, requested items, or records created by record producers are created in the effective domain.
Request fulfilment flow and reporting for a domain-separated catalog item
The target records such as requests, requested items, or records created by record producers can be accessed by a fulfiller who has visibility to the domain that the record has been generated in. For information on visibility in domain hierarchies, see Visibility domains and Contains domains. Even when the fulfiller modifies the requested item from a domain other than the requested item’s domain, the modifications are recorded in the target record’s domain. Since the target records are separated as data, the reports retrieve data based on the effective domain of the user requesting the report.
Request flow by a fulfiller from a different domain
Catalog client scripts and catalog UI policies
Since the catalog client scripts and catalog UI policies are domain-separated as processes, scripts and policies in the parent domain can be overridden in the child domains. However, these scripts and policies are applicable based on the domain of the catalog item or the domain of the target record.
Catalog builder
An item can only be edited in the domain that it has been created. Catalog UI policies and actions added in catalog builder are created in the same domain as that of the item.