...
By clicking on the tabs under the input field, you can filter out the displayed information.
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 therehere, they are logged and can be reached in the History dictionary. |
видемость активити типа включается/отключается в /record/sys_activity_type чек-бокс Is Visible
а фильтр типов в sys_activity_type_filter
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:
...
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. |
Также лента активности позволяет ознакомиться с историей изменения полей записи (кто, когда изменил и какое поле, какое было значение и какое стало).
Если менялось несколько значений - все фиксируются.
В ленте активности можно использовать фильтры:
- Отображать все изменения записи
- Отображать добавления воркнот
- Отображать добавления комментов
- Отображать изменения полей
Справа есть кебаб-меню, которое позволяет:
- Настроить, какие фильтры должны отображаться
- В случае выбора варианта 4 указать, изменения каких полей записи должны отображаться (Available History Fields).
Это фильтрация на уровне пользователя. А где на уровне администратора? Где сортировка? Пагинации пока не увидел.
Чтобы использовать активити фид, необходимо сначала вынести его на форму таблицы с помощью форм лейаут. Активити фид реализуется с помощью симплтега activityFeed.
Что с ACL, как они работают? Все ли сейчас, кто видит запись, могут видеть активити фид?
Кнопка SHow All показывает все записи, и Hide Information скрывает, оставляя только три последних.
Этап 1. Беседы в Activity Feed
1. Cоздан симпл-тэг/виджет, с помощью которого можно добавить и читать комментарий первого уровня, в т.ч. и для портала
Этап 2. История в AF
2. Можно ознакомится с историей изменения записи, отображаются секции с полями
Этап 3. Фильтрация, сортировка и пагинация.
3. Можно настраивать фильтрацию и сортировку на уровне пользователя, на уровне администратора
4. Работает пагинация (возможно отдельная цель)
Этап 5: Мгновенные сообщения в AF
6. Моментальная публикация комментария и автообновление ленты с комментариями.
Acceptance Criteria
...
Deactivating custom activity feed field
...
To perform this, please complete the steps below;
- Navigate to {your_instance_url}/list/sys_activity_type.
- 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
Field | Type | Description | ||
---|---|---|---|---|
Title | N | Custom activity feed field title displayed on the record form. | ||
User created | N | This checkbox is intended to distinguish custom activity types from OOB ones to be able to filter them out if needed. | ||
Parent | N | A parent activity type. If this activity type is of the highest level, then this field value will be empty. | ||
Table | N | A table or tables for which this field is enabled (for example, Task). | ||
Journal input column | N | A reference to the previously created column of the Journal Input type. | ||
Title (plural) | N | Specify a title plural form if needed. | ||
Is Visible | N | This attribute is responsible for field visibility on the record form. | ||
Name | N | This field contains an activity system name and is populated automatically out of the table name and the journal input column name. | ||
Order | N | Specify the field order. | ||
Title color | N | Specify a title color that is displayed in the comment form. | ||
Title background color | N | Specify a title background color that is displayed in the comment form.
|