Context-sensitive help
Summarize
Summary of Context-sensitive help
Context-sensitive help in ServiceNow enhances the default help system by allowing you to link the help icon directly to specific, relevant information for lists, forms, or records. Instead of opening a general welcome page, users can access tailored help content that fits the exact context they are working in. This feature improves user experience by delivering precise guidance quickly.
Show less
Key Features
- Base URL Configuration: You can set a base URL for an external help system via system properties, enabling all help contexts to point to a custom help server instead of the default ServiceNow help system.
- Preconfigured and Custom Help Contexts: ServiceNow provides predefined help contexts, but administrators can create custom contexts linked to specific tables or records, ideal for customized forms or organizational knowledge bases.
- Help Icon Access: In the Core UI, users access help by clicking the help icon in the header bar and selecting “Search Product Documentation.” When no context-sensitive help is defined for a page, the default welcome page appears, allowing users to search or browse the help index.
- Flexible URL Handling: Help contexts can use relative URLs appended to the base URL or absolute URLs that override the base URL, enabling links to multiple help servers as needed.
- Context Types and Prioritization: Help contexts can be created for Forms, Lists, or Records and linked to specific tables. When multiple contexts exist, prioritization rules determine which help content is shown to users.
Key Outcomes
- Users receive immediate, relevant help content tailored to their current interface, improving efficiency and reducing the time spent searching for information.
- Administrators can customize help resources to align with organizational processes and documentation, enhancing internal support.
- Flexibility to direct users to internal or external knowledge bases through configurable URLs supports diverse support strategies.
- Consistent user experience through a centralized help icon that adapts to context without losing access to general documentation.
By default, the help link available in the product opens the welcome page of the help system, allowing you to enter search criteria for the information you want to find. With context-sensitive help, you can set a base URL for an external help system. The context-sensitive system properties define the base URLs for the default and custom help systems.
The ServiceNow system provides several preconfigured help contexts connected to this link that display the exact information you need for the current list, form, or record. You can define your own help topics and configure them to appear when you click the help icon in a ServiceNow record.
Users click the help icon to open the default help pages provided in the base system. For any page that does not have context-sensitive help defined, the instance displays the help system welcome page. Users can use the search feature or the index to find the correct help topic. The location of the help icon depends on the user interface version you are using.
Core UI
Click the help icon in the right corner of the header bar and select Search Product Documentation from the menu.
Alternatively, administrators can create custom context-sensitive help to suit the needs of their organizations. Create a help context that links the help icon to a topic describing a list, form, or specific record. You may initially want to set a base URL to direct to a help system other than the default ServiceNow help system.
Set base URLs
://, that value is appended to the
base URL defined by help.base.default property.:// in the value), the value in the
help.base.default property is ignored. This allows you to create
help contexts that link to several different servers.Context-sensitive help properties
To access the context-sensitive help properties, navigate to sys_properties.list and filter by Name. You can edit a property value from the list or by opening the property record.
| Property Name | Description | Default Value |
|---|---|---|
| glide.help.default.page | The default URL the help icon directs to when no help context is specified. This is the base URL of the ServiceNow help system and opens to the welcome page. Do not change this value. | http://servicenow.com/docs/ |
| help.base.default | The base URL for custom help contexts in which the ServiceNow
Product Documentation check box is cleared, and an absolute URL is
not specified. When the base URL is set, the system creates the address of a help conext record by appending the target page or file name to the base URL. Custom help contexts using this base URL overwrite the help provided by default in your instance for the same table. For details, see set base URLs. |
http://servicenow.com/docs/?context= |
| help.base.servicenow | The base URL for help contexts in which the ServiceNow
Wiki check box is selected. This is the base URL for the help provided in your instance by default. Do not change this value. For details, see Create a new help context. |
http://servicenow.com/docs/?context= |