The <activityFeed> tag enables the Activity Feed functionality on widgets of the portal or agent views.
Available attributes:
Attribute | Type | Mandatory | Description | ||||
---|---|---|---|---|---|---|---|
sysId | String | N | Specify the record ID that has the Activity Feed widget.
| ||||
tableName | String | N | Specify the table system name (for example, "task") on which the Activity Feed widget should be enabled.
| ||||
config | String | N | Configure the Activity Feed. Describe the object in JSON format, as in the example below. Define the following parameters:
| ||||
isAlwaysOpened | Boolean | N | To make the Activity Feed widget always open, set the attribute equal to true. If the widget is always open, it has no chevron |
There are two ways to receive the attribute values from the URLs:
When a specific URL is provided, the attribute values are populated out of GET-parameters.
An example of URL: https://instance.example.com/?table_name=user&record_id=161416916116380709. The table_name and record_id parameter values are transferred from this URL.
|
Example:
<activityFeed tableName="user" sysId="161416916116380709"></activityFeed> |
The style of the following classes used in the config attribute can be redefined:
|