Embedded Help system properties

  • Release version: Xanadu
  • Updated August 1, 2024
  • 2 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Embedded Help System Properties

    Embedded help is enabled by default in your ServiceNow instance. Administrators can customize its functionality through specific system properties found under Embedded Help > Properties. These allow for adjustments to the help pane behavior, content retrieval, and video display options.

    Show full answer Show less

    Key Features

    • Auto Close: Automatically closes the help pane when starting a tour or returning to guided setup. Default: true.
    • CDN Timeout: Sets a timeout duration (in milliseconds) for content retrieval from the CDN. Default: 2000.
    • Embedded Help Activation: Enables or disables the embedded help plugin. Default: true.
    • Video Embedding: Allows embedded videos in help content. Videos are hidden if disabled. Default: true.
    • Content Syncing: Enables syncing of the latest help content from the CDN based on a specified frequency. Default: true.
    • Sync Frequency: Defines the number of days before checking for updated content. Default: 15.
    • Self-Hosted Sync: Controls if a self-hosted instance syncs with the CDN. Default: false.
    • Content URL: Specifies the dynamic retrieval location for embedded help content.
    • Version Specification: Identifies the instance version for displayed help. Default: Jakarta.
    • Guided Setup Actions: Allows guided setup actions to display based on states across all pages. Default: false.

    Key Outcomes

    By adjusting these properties, ServiceNow customers can tailor the embedded help experience to better fit user needs, improve content relevance, and enhance user training and support. This customization leads to increased user engagement and satisfaction with the help resources provided within the platform.

    Embedded help is active by default on your instance. The administrator can change system properties to modify how the instance interacts with embedded help.

    The administrator navigates to Embedded Help > Properties to change these properties.

    Table 1. Embedded help system properties
    Name Description
    com.glide.embedded_help.auto_close Auto-closes the help pane when the user clicks Start a Tour or Back To Guided Setup.
    • Type: true | false
    • Default value: true
    com.glide.embedded_help.cdn_timeout Duration in milliseconds at which a content pull from the Content Delivery Network (CDN) is timed out.
    • Type: integer
    • Default value: 2000
    com.glide.embedded_help.enabled Enables the embedded help plugin for activation.
    • Type: true | false
    • Default value: true
    com.glide.embedded_help.enable_video Enables users to see embedded videos in help content. The administrator can embed video and a description, but if this property is false, the video and description are hidden in the help pane.
    • Type: true | false
    • Default value: true
    Note:
    When you embed video content, enclose the video embed code and description inside a <div class="video"> tag. If you disable the property, the content inside the <div class="video"> tag is hidden when the content is displayed.
    com.glide.embedded_help.sync Enables the instance to look in the CDN for updated content when a user accesses a UI page. The instance checks the Last sync date in the topic against the specified frequency to determine whether to look in the CDN for updated content.
    • Type: true | false
    • Default value: true

    If the property is disabled (false), the embedded help content is never synced with CDN topic updates.

    com.glide.embedded_help.sync_frequency Specifies how many days must pass from the Last sync date in the topic for the embedded help process to look for updated content in the CDN.
    • Type: integer
    • Default value: 15
    com.glide.embedded_help.sync_self_hosted Specifies whether a self-hosted instance syncs content with the CDN.
    • Type: true | false
    • Default value: false
    com.glide.embedded_help.url Lists the location from where embedded help is dynamically retrieved.
    • Type: string
    • Default value: varies
    com.glide.embedded_help.version Specifies the instance version for which help is displayed.
    • Type: string
    • Default value: Jakarta

    If blank, displays the help for the version the instance is currently running.

    The following system property is available by navigating to the [sys_properties] table.

    Name Description
    com.glide.embedded_help.guided_setup.persist_actions Enables Guided Setup actions in the embedded help panel that are based on states to display on all pages. An example is the Mark as Complete action. The default behavior (false) is to only show actions on the initial Guided Setup page.
    • Type: true | false
    • Default value: false