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 you 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 this, complete the steps below:

  1. Open the hamburger menu in the top left corner of the form.
  2. Navigate to the Configure → Form → Layout 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. 

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 fulfills (agents). These comments may be technical and can contain information that should not be shared with the caller.

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

Besides that, the Activity Feed displays history of field changes. It displays information about those fields, the value 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.
Additional CommentsFilter 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. For this, create an ACL rule for information filtering.

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 kebab 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.


If the history contains the fields that have been changed but are not selected in the Available history 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 dictionary.

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 Settings All Columns.
  2. Click New and fill in the fields.
  3. Click Save or Save and exit to apply the changes.

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.

Example of filling in

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.
TitleY

Specify 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 Feed → Activity 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 CreatedNSelect this checkbox to distinguish a custom activity type from the OOB ones to be able to filter them out if needed.
Specific tab
Title (plural)NSpecify a title in plural form.
ParentNSpecify a parent activity type.
TableYSpecify a table for which this field will be shown in the Activity Feed (for example, Task).
Journal Input columnYSpecify a previously created column of the Journal Input type.
Style tab
Title colorN

Specify a title color that will be displayed in the Activity Feed.

Title background colorN

Specify a title background color that will be displayed in the Activity Feed.

For example, settings that are shown in the screenshot below

will cause a result as follows

IconN

Add an icon to customize the activity type. The system will display it instead of the default speech bubble icon .

Configure the field set


You can configure the set of activity feed fields. To do this, 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 hamburger menu , navigate to Configure → Form → Layout.
  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.

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.

  • No labels