Exploring Embedded Help
Summarize
Summary of Exploring Embedded Help
Embedded Help provides targeted assistance to users based on their roles within the ServiceNow platform. It allows organizations to enhance the help content available in the base instance by adding or replacing existing topics. This feature is beneficial for offering guidance on custom applications, specific business processes, and multilingual support, as well as tailoring content for different user roles.
Show less
Key Features
- Ability to add or replace embedded help content.
- Page names identify the relevant help content, found in the URL of the UI page.
- Base system topics are read-only; to modify, create a copy of the topic and edit it.
- Customized content takes precedence and is displayed over base system help.
Key Outcomes
The embedded help system utilizes a Content Delivery Network (CDN) to store help content, refreshing it every 30 days. When a user accesses a page, the system checks for relevant content based on the user's role and cached data. If no custom topic is found, it places a request to update from the CDN. Administrators can adjust the synchronization duration to meet organizational needs.
Embedded help provides targeted help content to a user in a UI page, based on their role. Some embedded help content comes with the base instance. Your organization can add or replace embedded help content.
Embedded Help overview
Embedded Help enables you to provide the help that your users need, as well as benefit from help topics that come in the base system.You can add new embedded help content or replace content. Replacing content involves deactivating the existing topic and adding a topic.
- To provide help for custom applications.
- To provide more specific instructions or embedded videos to describe your business process.
- To provide embedded help content where none exists for a page.
- To provide embedded help content in languages other than English (default).
- To provide different content for different roles.
The UI page name identifies embedded help content. To find the page name, look for the table name in the URL for that view. For example, the page name for the list view of Assessment Metric Types is asmt_metric_type_list and is found in this address: instancename.service-now.com/nav_to.do?uri=%2Fasmt_metric_type_list.do%3Fsysparm_userpref_module%. The page name for the form view is asmt_metric_type.
You cannot edit the content in a base system topic. In base system topics, the read-only ServiceNow Help check box is selected. If you edit the content and try to save changes, you see an error message. To change the information that appears in a base system topic, make a copy of the topic, which clears the ServiceNow Help check box. Modify the topic with your content and save it. Customized content takes precedent over ServiceNow help content and is displayed when a user opens help for that UI page.
Embedded Help workflow
The ServiceNow datacenter contains the Content Delivery Network (CDN) where embedded help content is stored. Topics in the local (instance) Embedded Help Content [sys_embedded_help_content] table are populated from the CDN. Help content in the CDN is refreshed every 30 days.
- Checks the browser cache first, and displays the content if found in the cache. It then checks the Embedded Help Content [sys_embedded_help_content] table for the corresponding embedded help topic with the role and qualifier, if applicable.
- If a topic is found, it checks the date in the Last sync field. If the date is 15 or more days old, it places a request in the Embedded Help Queue [sys_embedded_help_queue] table with the last sync date and the resource ID.
- If a topic is not found, it places a request in the Embedded Help Queue [sys_embedded_help_queue] table with the current date and the resource ID.
- Within a minute of the page being viewed, the system processes the request and checks the CDN. In the first case, it checks whether the topic was updated since the Last sync date. In either case, after a
minute, refresh the page to see the content.
- If the topic was updated, it pulls the updated topic into the table and updates the Last sync date.
- If the topic was not updated, it displays the local cached or database topic, and updates the Last sync date.
- If the topic was not in the local database, it pulls the topic into the table if it exists on the CDN. If it does not exist, there is no action.
The administrator can modify the default 15-day synchronization duration in system properties