Record Header
Header of the timeline record HeaderDto.
Parameters of the HeaderDto Object
Required parameters are marked with *
|
Field |
Description |
|
title* |
Record header |
|
titleAction |
Action upon clicking the record header |
|
tags |
Associative array of objects describing tags |
TagDto Object
Tag in the timeline record header.
Warning
No more than two tags are allowed.

Parameters of the TagDto Object
Required parameters are marked with *
|
Field |
Description |
|
title* |
Tag text |
|
type* |
Tag type, for example |
|
action |
Action upon clicking the tag |
|
scope |
Scope, for example |
|
hideIfReadonly |
Flag. Hides the tag if the user does not have edit access (default is |
Possible values for the type field:
- warning - Yellow background
- success - Green background
- failure - Red background
- primary - Blue background
- secondary - Gray background
- lavender - Light purple

Example Object
"header": {
"title": "Incoming Call",
"titleAction": {
"type": "redirect",
"uri": "some.url"
},
"tags": {
"status2": {
"type": "warning",
"title": "not deciphered"
}
}
},
Continue Learning
- Structure of Configurable Activity
- Icon
- Main Content Area of Configurable Activity
- Content Block of Configurable Deal
- Bottom Part of the Record
- Bottom Dropdown Menu
- Click Reaction
- Field Types
- Set of Additional Content Blocks
- Examples of Activity Configurations