How to enable Domain Separation in CMSIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internaltable { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> How to make CMS domain aware Description This article addresses questions about whether CMS can be Domain Separated and how this can be achieved Solution 1. The CMS is only partially domain separated because the Content Page [content_page] table extends Portal Pages [sys_portal_page] which is domain separated. The CMS Site [content_site] records and underlying Service Catalog tables, categories, items, etc., do not have the domain field and are not domain separated. The global CMS Configuration Page [content_config] cannot be domain separated. In general, if a table is part of the base instance and that table does not have a sys_domain field, it is strongly recommended that you leave it that way and consider the following alternatives to Domain Separation: ACLs (Contextual Security)Form viewsSeparate instances (ServiceNow Express may even be considered)User Criteria introduced with Fuji (Entitlements prior to Fuji)Filters, Dictionary Overrides, and Reference Qualifiers (condition-based processing such as before query business rules, workflows, and UI Policies) Note: While the CMS can be customized with Domain Separation, this is not an out-of-box feature and implementation is going to fall beyond the scope of Customer Support. 2. One option is to create a CMS site for each company within a MSP (Managed Service Provider) instance.While the out-of-box provided CMS site (Employee Self-Service) could be used as a baseline template and the Copy option utilized to create a new, duplicated site for each company, careful consideration needs to be made for the number of records this generates and the number of companies in the instance. This may not be a scalable option.Parameterization within the Company table can be utilized to drive underlying CMS functionality; however this involves a knowledge of scripting to implement (for example, Login Rules, UI Scripts, and UI Macros) which falls outside the scope of ServiceNow Customer Support. Applicable Versions ALL Additional Information 1. If you want to read more about domain separation please use this link: https://docs.servicenow.com/csh?topicname=domain-sep-landing-page.html&version=latest 2. For general information and questions, please see the ServiceNow Community and the following existing links: 3. The following ServiceNow Community posts are related to CMS and Domain Separation: https://community.servicenow.com/thread/163872 https://community.servicenow.com/thread/169005 https://community.servicenow.com/community/support/blog/2014/08/20/copying-cms-sites-and-pages 4. If you are considering implementing Domain Separation, we highly recommend contacting an experienced partner or ServiceNow Professional Services. Important: Customizations applied to CMS in an effort to domain separate are done at the customers own risk and fall outside the scope of ServiceNow Customer Support where focus is on break/fix issues in the base instance.