Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
The Activity Feed module is intended to line up the communication process within the company between users, for example, between employees who set tasks and who handle them.
This functionality allows keeping an eye either on Additional Comments or Work Notes left within some record or tracking the record field changes (all record fields or a fieldset specified by the user).
Info |
---|
Additional Comments and Work Notes fields are both of the Journal Input type and intended for cross-user communication.
|
Activity Feed can be used on table records in both main interfaces (agent interface and Self-Service Portal), which allows using it by users without specific roles.
Using Activity Feed
Creating
anactivity feed
To use feed on forms, you need to configure the Activity Feed widget first. For this, please complete the steps below:
- Navigate to Portal Structure → Widgets.
- Click New to create a new widget.
- Fill in the fields as described below.
- Click Save or Save and Exit to apply changes.
Select this checkbox to activate a widget.
Note |
---|
Until the widget is not activated, it cannot be used within objects. |
Fill in the widget template. The default template value will contain <activityFeed> SimpleTag:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<activityFeed></activityFeed> |
Check the widget creation guide for more information about this field.
Fill in widget client logic if necessary. Check the widget creation guide for more information.
Tip |
---|
Generally, no additional logic is required in the described case. |
Fill in widget server logic if necessary. Check the widget creation guide for more information.
Tip |
---|
Generally, no additional logic is required in the described case. |
After saving the record, it will be available to add on the record form by the Form Layout functionality as described below.
Adding widget to forms
Add an activity feed widget created on the previous step on the record form using the Form Layout functionality. For this, please complete the steps below:
- Open the hamburger menu on the top left of the form.
- Navigate to the Configure → Form → Layout item and click on it.
- Find the Activity Feed widget in the Available area and move it to the Selected area.
- Click Save to apply changes.
After this, your changes are displayed on the record form.
Note |
---|
Perform these steps for every form on which you need to enable Activity feed functionality since it is not inherited, and every activity feed is related to the specified table. |
By default, two activity feed field are available:
- Additional Comment
- Work Note
See the Creating custom activity feed field section of this article to customize your activity feedAfter saving the record, it will be available to add on the record form by the Form Layout functionality as described below.
Activity feed view
After a widget is created and 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 production version the out-of-the-box version in your application may differ from it).
By clicking on the tabs under the input field, you can filter out the displayed information.
Note | ||
---|---|---|
The displayed information can be filtered for specified users or user roles by using ACL functionality. Thereby, the activity feed view can differ for users granted different roles. For this, Create an ACL Rule for information filtering.
|
Image Modified
Section | Description |
---|---|
All | This section displays all field changes and all comments left to this record. |
Work Notes | This section allows filtering out only work notes left to this record. |
Additional Comments | This section allows filtering out only additional comments left to this record. |
History | This section allows filtering out only record field changes. |
Note |
---|
Settings are saved in the Activity Column Filters (sys_activity_column_filter) dictionary for every user individually. Even if the field value changes are not displayed here, they are logged and can be reached in the History dictionary. |
Adding an activity feed
Add an activity feed widget created in the previous step on the record form using the Form Layout functionality. For this, please complete the steps below:
- Open the hamburger menu on the top left of the form.
- Navigate to the Configure → Form → Layout item and click on it.
- Find the activity feed widget in the Available area and move it to the Selected area.
- Click Save to apply changes.
After this, your changes are displayed on the record form.
Note |
---|
Perform these steps for every form on which you need to enable Activity feed functionality since it is not inherited, and every activity feed is related to the specified task object. |
Creating a custom feed type
Anchor | ||||
---|---|---|---|---|
|
By default, two commonly used fields of the Journal Input type are delivered for Task objects; these are Additional Comment and Work Notes fields.
To add more custom journal input fields, please complete the steps below:
- Navigate to System Definition → All Columns.
- Click New and fill in the fields.
- Click Save or Save and Exit to apply changes.
Specify a column title for this additional field. It will be displayed on the record form and can be multilingual.
Info |
---|
You can use available column attributes on this page for more precise configuration. For example, turn on the Mandatory attribute to make the field mandatory to fill in. |
Deactivating custom activity feed field
To perform this, please complete the steps below:
- Navigate to Activity Feed → Activity Types.
- Click on the activity you need to deactivate.
- Turn off the Is Visible attribute.
- Click Save or Save and Exit to apply changes.
Activity type fields
Custom activity feed field title displayed on the record form.
Info |
---|
This field is of the Translated Text type, so you can define a title in all languages you need. To add a title for a language other than the default one, please complete the steps below:
|
Tip |
---|
Another way to add a column is through the related lists in the Table (sys_db_table) record. Open the table you want to add a new activity type, scroll down to the Related Lists area, open the Columns tab and click New. |
Info |
---|
As a result, a new activity type will be created automatically by the system in the Activity Type (sys_activity_type) table. |
Configuring feed set
You can easily configure the set of activity feed fields you need using the Form layout functionality.
To add or remove an activity feed field, perform the following steps:
- Open the record form which you need to configure.
- In the hamburger menu
Image Added, navigate to Configure → Form → Layout.
- In the Section field, select the section containing the Activity Feed.
- Move the field of Journal Input type:
- from the Available section to Selected to add the field to the Activity Feed
- from the Selected section to Available to remove the field from the Activity Feed.
- Click Save.
Info |
---|
When creating a new record, you will see the Journal Input fields as regular fields. In saved records, these fields are included into the Activity Feed. |
Customization
To configure the new activity feed field, please complete the steps below:
- Navigate to Activity Feed → Activity Types.
- Open the activity you need and fill in the fields.
- Click Save or Save and Exit to apply changes.
Specify a title color that is displayed in the comment form.
Specify a title background color that is displayed in the comment form.
For example, settings like shown on the screenshot below
Image Removed
will cause a result as follows

Table of Contents | ||||||
---|---|---|---|---|---|---|
|