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 Additional Comments 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 Activity Feed widget to a record form using the Form Layout functionality. To do this, complete the steps below:
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:
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 as shown below (this screenshot is given as an example; the out-of-the-box version in your application may differ from it).
The Additional Comments and Work Notes fields are both of the Journal Input type and intended for cross-user communication.
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.
By selecting the tabs under the input field, you can filter out the displayed information.
Section | Description |
---|---|
All | Displays field changes and all comments left to a record. |
Work Notes | Filters out work notes left to this record. |
Additional Comments | Filter out additional comments left to this record. |
History | Filters out record field changes. |
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 Additional Comments 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. |
|
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.
By default, two commonly used fields of the Journal Input type are delivered for Task objects; these are the Additional comment and Work notes fields.
To add custom Journal Input fields, complete the steps below:
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
Field | Mandatory | Description |
---|---|---|
Table | + | Specify a table on which the activity feed widget is enabled (for example, the Task table). |
Column type | + | In this field, select the Journal Input value. |
Title | + | Specify a column title for this additional field. It is displayed on the record form and can be multilingual. |
Name | + | This 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:
Activity Type form fields
Field | Type | Description | |
---|---|---|---|
Title | + | Specify the activity feed field title displayed on the record form.
| |
Name | + | This 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. | |
Active | - | Select this checkbox to activate the activity type. | |
User Created | - | Select 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) | - | Specify a title in plural form. | |
Parent | - | Specify a parent activity type. | |
Table | + | Specify a table for which this field will be shown in the Activity Feed (for example, Task). | |
Journal Input column | + | Specify a previously created column of the Journal Input type. | |
Style tab | |||
Title color | - | Specify a title color that will be displayed in the Activity Feed. | |
Title background color | - | Specify a title background color that will be displayed in the Activity Feed.
| |
Icon | - | Add an icon to customize the activity type. The system will display it instead of the default speech bubble icon |
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:
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. |