Skip to main content
Version: 1.20.1

Activity Stream

The Activity Stream widget is designed to visualize the comments added for the record and visualize the changes in the values of the specific fields.

caution

This widget is deprecated. It is recommended to use the Activity Feed.

The comment widget consists of the following parts:

  1. Input fields (Discussion and Work notes). These fields are of the Journal Input type. The difference between them is:
    1. The Discussion field is intended for communication with the caller about, for example, progress updates or clarifying questions. These comments are visible for the caller in their profile on the Portal.
    2. The Work Notes field is intended for internal communications of the assigned users (agents). These comments may be technical and contain information that should not be shared with the caller.
  2. Activity stream is intended to log activities. It contains the following information:
    1. Which field was changed
    2. The user who did the change
    3. Old field value
    4. New field value

The example of the activity stream is on the screenshot below.

Set up the activity stream widget


tip

Role required: admin.

To configure an activity widget on a form, complete the steps below:

  1. Add a formatter configuring the widget view on a form. See the Form Elements article to learn more.
  2. Add the Activities (filtered) field to the form using the Form Layout functionality.
  3. If you need to display more information in the Activity Stream widget (not only Comments and Work Notes, but field changes, too), turn on the is_audit attribute on the table for which you are using the widget. To do so, perform the following steps:
    1. Navigate to System SettingsAll Tables.
    2. Find the table record you are working on (for example, Incident (itsm_incident)) and open it.
    3. Scroll down to the Controls tab and select the Is Audit checkbox.
    4. Click Save or Save and exit to apply the changes.