Comments
Overview
Placement | or |
Required KM objects | None |
Introduction to Comments
Use the "Comments" component on (Profile) Views to enable users to exchange information when processing an object.
![]() |
Basic Comments configuration
Please find below an example of the most basic configuration of a "Comments" component:
Attribute | Required | Type | Description |
---|---|---|---|
objectId | true | String | Defines the identifier under which the comment gets stored
|
Info
optimized for component editor
View
id: comments-cba6a50d-7db7-4dc2-8f36-e29454afe15d type: comments settings: objectId: ${id}
Advanced configuration
In addition to the above-mentioned configuration following additional configuration options are available.
Attribute | Required | Type | Possible Values | Default | Description |
---|---|---|---|---|---|
name | false | String | Comments | Defines the name shown at the top of the comments component. InfoIf not provided the value is set automatically to "Comments". There is currently no possibility to fully remove the name. | |
commentLimit | false | Integer | 5 | Defines the number of comments displayed on one page. | |
dateFormat | false | Boolean | All format options here | yyyy-MM-dd hh:mm | Defines the format of the comment timestamp. |
Info
optimized for component editor
View
id: comments-cba6a50d-7db7-4dc2-8f36-e29454afe15d type: comments settings: objectId: 1234 name: Comments dateFormat: yyyy-MMM-dd hh:mm commentLimit: 10