Skip to main content
Version: 1.22.3

Activity Feed

The Activity Feed module is intended to line up the communication process within the company among users, for example, among employees who set tasks and those who handle them.

This functionality allows to track either Discussion or Work notes left within some record or track the record field changes (all record fields or a field set specified by the user).

The Activity Feed can be used on table records in the agent and portal interfaces, which allows the users to use it without any specific roles.

Add the widget to a form

Add the Activity Feed widget to a record form using the Form Layout functionality. To do so, complete the steps below:

  1. Open the burger menu in the top left corner of the form.
  2. Navigate to the ConfigureFormLayout item and click it.
  3. Find the Activity Feed widget in the Available box and move it to the Selected box.
  4. Click Save to apply the changes.
caution

Perform these steps for every form for which you need to enable Activity Feed functionality, since it is not inherited. Every activity feed is related to the specified table.

By default, two activity feed fields are available:

  • Discussion
  • Work Note

Activity feed view

After the widget is added to a form layout as described above, create a new record or open an existing one to find the activity feed view.

The Discussion and Work notes fields are both of the Journal Input type and intended for cross-user communication.

  1. The Discussion field is for communication with the caller. It may be, for example, progress updates or clarifying questions. These comments are visible for the requestor on the portal view of the record.
  2. The Work notes field is for internal communications of the task fulfillers (agents). These comments may be technical and can contain information that should not be shared with the caller.
tip

Comments or work notes can be sent using the Ctrl + Enter keyboard shortcut.

Besides that, the Activity Feed displays the history of field changes. It displays information about those fields, the values of which have been changed.

  • Previous values are in gray color. The new values are black.
  • Field changes are displayed according to the history display settings.

By selecting the tabs under the input field, you can filter out the displayed information.

SectionDescription
AllDisplays field changes and all comments left to a record.
Work notesFilters out work notes left to this record.
DiscussionFilters out additional comments left to this record.
HistoryFilters out record field changes.

Filtration

The displayed information can be filtered for specified users or user roles by using the ACL functionality. Thereby, the activity feed view can differ for users granted different roles. To do so, create an ACL rule for information filtering.

note

To protect fields that allow users to comment records (such as Discussion or Work notes), create an ACL rule for a corresponding column of the Journal Input type. Or create a rule that will restrict access to the Activity Types (sys_activity_type) table for users with specific roles.

The activity type settings are saved in the Activity Column Filters (sys_activity_column_filter) table for each user individually.

To display changes of the specific fields in the History section instead of all fields changes, use the Select fields handler functionality:

  1. Click the three dots on the right to open the burger menu.
  2. Click the Select fields item.
  3. Clear the checkboxes of fields whose changes should not be shown in the activity feed.
  4. Click Apply.
note

If the history contains the fields that have been changed but are not selected in the Select fields handler, they will be replaced by the No fields selected text.

If the changes of field values are not displayed in the Activity Feed, they are logged and stored in the History table.

Create a custom activity type

By default, two commonly used fields of the Journal Input type are delivered for Task objects; these are the Discussion and Work notes fields.

To add custom Journal Input fields, complete the steps below:

  1. Navigate to System SettingsAll Columns.
  2. Click New and fill in the fields.
  3. Click Save or Save and exit to apply the changes.
tip

Another way to add a column is via the related lists of a specific table record. Open the table you need to add a new activity type, scroll down to the Related Lists area, select the Columns tab, and click New.

Column form fields

FieldMandatoryDescription
TableYSpecify a table on which the activity feed widget is enabled (for example, the Task table).
Column TypeYIn this field, select the Journal Input value.
TitleYSpecify a column title for this additional field. It is displayed on the record form and can be multilingual.
NameYThis field contains a system column name and is populated automatically once you have filled a column title.

See the Create Columns article to learn more.

As a result, a new activity type will be created automatically by the system in the Activity Type (sys_activity_type) table.

To configure the new activity feed field, complete the steps below:

  1. Navigate to Activity FeedActivity Types.
  2. Open the activity you need and fill in the fields.
  3. Click Save or Save and exit to apply the changes.

Activity Type form fields

FieldTypeDescription
TitleY

Specify the activity feed field title displayed on the record form.

This field is of the Translated Text type, so you can define a title in all languages you need. See the Localization and Multi-language Support article to learn more.

NameYThis field contains the system name of the activity and is filled in automatically with the name of the table and field of the Journal Input type.
ActiveNSelect this checkbox to activate the activity type.
User CreatedNThis is intended to distinguish a custom activity type from the OOB ones to be able to filter them out if needed. This checkbox is selected by default and is read-only.

Configure the field set

You can configure the set of activity feed fields. To do so, you need to use the Form layout functionality.

To add or remove an activity feed field, complete the following steps:

  1. Open the record form that you need to configure.
  2. In the burger menu , navigate to ConfigureFormLayout.
  3. In the Section field, select the section containing the Activity Feed.
  4. Move the field of Journal Input type:
    • from the Available box to Selected to add the field to the Activity Feed
    • from the Selected box to Available to remove the field from the Activity Feed.
  5. Click Save.
note

When you create a new record, you will see the added Journal Input fields as regular fields on the form. After the record is saved, these fields are displayed in the Activity Feed.