In Service Portal, you can link JavaScript and CSS files to widgets to create dependencies between widgets and third-party libraries, external style sheets, and angular modules.

Before you begin

Role required: sp_admin or admin

About this task

Dependencies are loaded asynchronously from the server when needed.

Widgets can have as many or as few dependencies as needed. However, the more you add, the more content a widget must download to render on the page. Keep dependencies as small as possible for more efficient load times.

Procedure

  1. Create a dependency package.

    A dependency package is a collection of JavaScript and CSS files that can be connected to a widget.

    1. Navigate to Service Portal > Dependencies.
    2. In the dependency record, define the following fields.
  2. Add files to the dependency package.

    After you save the information for your dependency package, use the related lists to add JS and CSS Include files. For each related list, include the following information:

    Field Description
    Display name Name of the script include.
    Source Depending on whether you add a JS Include or a CSS Include, select one of these options from the list:
    • URL
    • UI script (for a JS Include) or Style Sheet (for a CSS Include)

    For a JS Include, use the UI Script field to reference a UI Script found in System UI > UI Scripts.

    For the CSS Include, use the Style Sheet field to reference a record in the sp_css table.

  3. Add a dependency package to a widget.
    After you have created a dependency package and added files, create a relationship between the dependency and a widget.
    1. Navigate to Service Portal > Widgets and find the widget record you want to add the dependency to.
    2. From the Dependencies related list, click Edit.
    3. In the slushbucket, find the dependency you created and double-click to add it to the selected items column on the right.
    4. Save the page to return to the widget record.