You are viewing an old version of this page. View the current version.
Compare with Current View Page History
Version 1 Next »
The <activityFeed> tag is intended for enabling the Activity Feed functionality on forms for the portal or agent views.
The following attributes are applicable to the tag:
Specify the record ID on which the activity feed widget is enabled.
If the tag is specified near the <Form> tag, the value of this attribute is populated automatically with the value from the relevant <Form> attribute.
<div> <Form tableName="table" sysId="100000000001"></Form> <activityFeed></activityFeed> <div>
When there is no <Form> tag nearby, values can be taken from GET-parameters. If there are no GET-parameters, the Activity Feed will not be displayed.
Specify the table system name (for example, "task") on which the Activity Feed widget should be enabled.
Configure the Activity Feed. Describe the object in JSON format as shown in the example below.
The following parameters can be defined:
config='{"title":"New Title","journal":"history, work_notes.task", "columns": "state, active"}'
config='{"isNotStylized":"true"}'
config='{"isNotStylized":"true", "classes": {"ActivityFeed": "NewAF"}}'
config='{"classes": {"ActivityFeed": "NewAF"}}' #CSS# .NewAF { border-bottom: 2px red; background-color: green; }
Attribute values can also be received from URLs in two ways:
Example for case 2
<activityFeed tableName="user" sysId="161416916116380709"></activityFeed>
The style of the following classes used in the config attribute can be redefined: