Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This functionality allows keeping an eye either on comments or work notes left within some record or tracking the record field changes (all record fields or a fieldset specified by the user).

The Activity Feed can be used on objects of the Task type in both main interfaces (agent interface and Self-Service Portal), which allows using it by users without specific roles.

Это лента активности записи. Не наследуется. Т.е. каждая лента активности относится к конкретному объекту.

Лента активности используется на таскообразных объектах и в агентском интерфейсе, и на портале.

...



Using activity feed

...

Creating an activity feed

...

To use feed on forms, you need to configure the <activityFeed> widget first. For this, please complete the steps below:

  1. Navigate to Portal Structure → Widgets.
  2. Click New to create a new widget.
  3. Fill in the fields as described below.
  4. Click Save or Save and Exit to apply changes.
FieldMandatoryDescription
NameYWidget name (for example: "Activity feed widget").
DescriptionYWidget brief description (for example: "Enabling activity feed on tasks").
Active

Select this checkbox to activate a widget.

Note

Until the widget is not activated, it cannot be used within objects.


TemplateN

Fill in the widget template. The default template value is

Code Block
languagexml
themeEclipse
titleactivityFeed
<activityFeed/>

Check the widget creation guide for more information about this field.

CSSNSpecify CSS classes for the widget structure and style.
Client scriptN

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.


Server scriptN

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.


Demo data

TablesNSpecify tables (one or more) to enable activity feed functionality on their forms. In the case described, it's the Task table.
Inheritance
Select this checkbox if you want to make a widget available for adding to child tables' records.



Тут расписать, как создать виджет, и так далее.



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:

  1. Open the hamburger menu on the top left of the form.
  2. Navigate to the Configure → Form → Layout item and click on it.
  3. Find the activity feed widget in the Available area and move it to the Selected area.
  4. 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.


Также лента активности позволяет ознакомиться с историей изменения полей записи (кто, когда изменил и какое поле, какое было значение и какое стало).

...