--- title: FAQ slug: '2967' canonical_url: https://docs.coveo.com/en/2967/ collection: coveo-for-servicenow source_format: adoc --- # FAQ This page contains the most frequently asked questions about Coveo for ServiceNow. ## Deployment ### With which versions of ServiceNow is Coveo for ServiceNow compatible? Coveo for ServiceNow is compatible with the following ServiceNow releases: * Zurich (Coveo for ServiceNow v25.2.5) * Yokohama (Coveo for ServiceNow v25.2.3+) * Xanadu (Coveo for ServiceNow v24.1.3+) ### How do I install Coveo for ServiceNow? Follow the [Deployment guide](https://docs.coveo.com/en/2871/). ### I'm being denied access to a Coveo organization from within ServiceNow. What can I do? Ensure that you were invited to a Coveo organization. You can [log in to your organization](https://docs.coveo.com/en/1697/) using one of the single sign-on options. Check with the person who invited you that the email address they provided is the same as the one you're using to sign in. ### Can I deploy Coveo for ServiceNow within a development environment? Unfortunately, ServiceNow development organizations don't allow trials. The only way to install Coveo for ServiceNow is to do it through our vendor instance, or through a regular customer organization or sandbox. ### I already have a Coveo organization linked with another Coveo product. Can I link it to ServiceNow? Yes. If you already have a Coveo organization linked to another Coveo product, you can link it to ServiceNow as well. ### Are ServiceNow permissions supported? Coveo for ServiceNow only partially supports ServiceNow permissions. Coveo supports ServiceNow base system roles, user criteria, ACLs, and [domain separation](https://docs.coveo.com/en/2967#domain-separation). Coveo doesn't support ServiceNow advanced (scripted) permissions. However, you can [replicate the advanced permissions using query filters](https://docs.coveo.com/en/2114/), or you can use [custom table fields](https://docs.coveo.com/en/l2be0198/) to index user permissions in user criteria records with advanced permissions. ### Does Coveo for ServiceNow support ServiceNow database encryption? Yes, Coveo for ServiceNow can index the content of an encrypted ServiceNow database. ### What's the Coveo for ServiceNow release schedule? Coveo for ServiceNow integration releases typically coincide with ServiceNow releases, which are released at the end of Q1 and Q3. ### Can I add a recommendation component to an article page? Right now, it can be done as a custom implementation. ### Why are the results returned by Coveo for ServiceNow so plain-looking? This is a normal step in the configuration process due to specific fields being displayed according to the default templates. See [Verify and Edit Your Source Field Mappings](https://docs.coveo.com/en/2107#verify-and-edit-your-source-field-mappings) to start creating and customizing the fields. ### I can't edit an object in my organization. What's happening? This is likely an issue with the scope. Try to change the scope of the desired object: . Navigate back to any main page. . Click the cogwheel icon. . Navigate to the **Developer** tab. . Change the **Application** value to the scope of the object you're trying to edit. If you don't know it, try **Global** and **AI-Powered Search & Knowledge Recommendations by Coveo** first. ## Getting familiar with ServiceNow We recommend that you read the ServiceNow documentation and has therefore picked several pages that will help you understand key concepts of Coveo for ServiceNow. You must however ensure to read the documentation corresponding to the version of ServiceNow you use. There are three important ServiceNow concepts you must understand to successfully deploy ServiceNow in a more custom, less standard ServiceNow instance. These terms and concepts are however subject to change with different ServiceNow releases. In addition, ServiceNow has a partner portal offering further information. Ask your IT department for an access to this environment. ### Update sets Update Sets are ServiceNow's way of managing multiple developers, versions, and installations of applications within the main platform. If you're new to update sets, the ServiceNow [Get started with update sets](https://www.servicenow.com/docs/bundle/zurich-application-development/page/build/system-update-sets/reference/get-started-update-sets.html) documentation page contains a good overview of everything you need to know about working within them. > **Important** > > Ensure you're working within your update set at all times; > this way, changes are tracked and can be removed or carried over into other instances. > For more information, see the [Update set use](https://www.servicenow.com/docs/bundle/zurich-application-development/page/build/system-update-sets/concept/using-system-update-sets.html) page. Additionally, ServiceNow has the ability to batch update sets, which allows for easier installation and changes. For details on update set batching, see [Update set batching](https://www.servicenow.com/docs/bundle/zurich-application-development/page/build/system-update-sets/hier-update-sets/concept/us-hier-overview.html). ### Applications There may be multiple applications installed in the ServiceNow instance you're working within. Tables, forms, pages, and portals may all be linked to different applications. This might not be stated explicitly, and you might find yourself unable to modify, save, or edit a form (that is, in the form designer, sections may be grayed out and unresponsive). To begin, ensure that you understand how applications work in ServiceNow. If pages are application-separated, there's likely a reason. If you're certain you must edit something in a different application, click the cogwheel icon in the upper-right corner, then click **Developer**, and then select the desired application. Alternatively, you can also make your change right from the dropdown menu in the header. If you're unsure in which application a page resides while editing it in the Page Editor, you can click **Open in Platform** from the customization menu. An error reading `This record is in the application, but is the current application` will most likely appear. You can then navigate to the mentioned application and will be able to use the Page Editor as intended. ### Domain separation The reason a form layout and designer may be different has to do with [domain separation](https://developer.servicenow.com/dev.do#!/learn/courses/zurich/app_store_learnv2_domainseparation_zurich_domain_separation/app_store_learnv2_domainseparation_zurich_developing_domain_separated_applications/app_store_learnv2_domainseparation_zurich_domain_assignment). The two most common domains you should encounter are `Global` and `TOP`. `Global` is the view that anyone not assigned a domain sees, while `TOP` usually cascades down into many other views. Usually, `TOP` is used, but it can change, so check which one will be used. A technicality can cause changes made in a domain to affect the same form in a different domain. For example, you may have a default view in `TOP` and a default view in `Global`. Editing the default view in either domain shouldn't affect the other, but there are situations where it does. The best way to avoid this is to only develop in one domain. However, if you must work across multiple domains, check this [knowledge article](https://hi.service-now.com/kb_view.do?sysparm_article=KB0724934). > **Important** > > If a functional form ever looks broken in the form editor, it likely is just in a different domain. > Don't edit the form from your current domain. > **Note** > > If you ever stop using domain separation in ServiceNow, be sure to set `Global` as the value for the `sys_domain` field in your ServiceNow records. > Otherwise, your ServiceNow source and its associated security providers may show an error in the [**Activity Browser**](https://platform.cloud.coveo.com/admin/#/orgid/activity/browser/) ([platform-ca](https://platform-ca.cloud.coveo.com/admin/#/orgid/activity/browser/) | [platform-eu](https://platform-eu.cloud.coveo.com/admin/#/orgid/activity/browser/) | [platform-au](https://platform-au.cloud.coveo.com/admin/#/orgid/activity/browser/)) relating to a missing domain table. > If this error occurs, [enable the `DisableDomainSeparationPermissions` parameter](https://docs.coveo.com/en/p1eb8000/) for the ServiceNow source and associated security provider. See the following ServiceNow documentation for more information on domains: * [Deleting Domain-Specific Form Layouts](https://hi.service-now.com/kb_view.do?sysparm_article=KB0695974) * [Form Configuration Issues after Update Set Changes](https://hi.service-now.com/kb_view.do?sysparm_article=KB0716271) * [A Useful Overview Video](https://www.youtube.com/watch?v=bpXofLZHv7w) ## ServiceNow release notes and documentation **Zurich release** * [Platform Capabilities](https://www.servicenow.com/docs/bundle/zurich-release-notes/page/release-notes/now-platform-capabilities/now-platform-capabilities-rn-landing.html) * [Configuration Management Database (CMDB)](https://www.servicenow.com/docs/bundle/zurich-release-notes/page/release-notes/now-platform-capabilities/cmdb-rn.html) * [Application Scopes](https://www.servicenow.com/docs/bundle/zurich-application-development/page/build/applications/concept/c_ApplicationScope.html) * [Knowledge Management (Knowledge Articles)](https://www.servicenow.com/docs/bundle/zurich-servicenow-platform/page/product/knowledge-management/concept/knowledge-management.html) * [Service Portal](https://www.servicenow.com/docs/bundle/zurich-platform-user-interface/page/build/service-portal/concept/c_ServicePortal.html) ** [Core Concepts](https://www.servicenow.com/docs/bundle/zurich-platform-user-interface/page/build/service-portal/concept/c_CoreConcepts.html) **Yokohama release** * [Platform Capabilities](https://www.servicenow.com/docs/bundle/yokohama-release-notes/page/release-notes/now-platform-capabilities/now-platform-capabilities-rn-landing.html) * [Configuration Management Database (CMDB)](https://www.servicenow.com/docs/bundle/yokohama-release-notes/page/release-notes/now-platform-capabilities/cmdb-rn.html) * [Application Scopes](https://www.servicenow.com/docs/bundle/yokohama-application-development/page/build/applications/concept/c_ApplicationScope.html) * [Knowledge Management (Knowledge Articles)](https://www.servicenow.com/docs/bundle/yokohama-servicenow-platform/page/product/knowledge-management/concept/knowledge-management.html) * [Service Portal](https://www.servicenow.com/docs/bundle/yokohama-platform-user-interface/page/build/service-portal/concept/c_ServicePortal.html) ** [Core Concepts](https://www.servicenow.com/docs/bundle/yokohama-platform-user-interface/page/build/service-portal/concept/c_CoreConcepts.html) **Xanadu release** * [Platform Capabilities](https://www.servicenow.com/docs/bundle/xanadu-release-notes/page/release-notes/now-platform-capabilities/now-platform-capabilities-rn-landing.html) * [Configuration Management Database (CMDB)](https://www.servicenow.com/docs/bundle/xanadu-release-notes/page/release-notes/now-platform-capabilities/cmdb-rn.html) * [Application Scopes](https://www.servicenow.com/docs/bundle/xanadu-application-development/page/build/applications/concept/c_ApplicationScope.html) * [Knowledge Management (Knowledge Articles)](https://www.servicenow.com/docs/bundle/xanadu-servicenow-platform/page/product/knowledge-management/concept/knowledge-management.html) * [Service Portal](https://www.servicenow.com/docs/bundle/xanadu-platform-user-interface/page/build/service-portal/concept/c_ServicePortal.html) ** [Core Concepts](https://www.servicenow.com/docs/bundle/xanadu-platform-user-interface/page/build/service-portal/concept/c_CoreConcepts.html)