Versions Compared

Key

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

...

  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 dataNSpecify additional widget options if necessary. Check the widget creation guide for more information.
TablesNSpecify tables (one or more) to enable activity feed functionality on their forms. In the case described, it's the Task table.
InheritanceNSelect this checkbox if you want to make a widget available for adding to child tables' records.

Тут расписать, как создать виджет, и так далееAfter saving the record, it will be available to add on the record form by the Form Layout functionality as described below.

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:

...

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.



Configuring an activity feed


To add some more Journal Input fields in addition to default ones (Additional Comment and Work Notes), please complete the steps below:

  1. Navigate to System Definition → All Columns.
  2. Click New and fill in the fields.
  3. Click Save or Save and Exit to apply changes.



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

...