Skip to main content

Comments

Enables users to communicate via a message board on an entity. This can be used, for example, for multiple users to post messages.

The Comments are established on an entity that will represent the individual comments:

Text Attribute – Represents the content of the comments
Datetime Attribute – Non-nullable attribute to represent the time of creation
User Attribute – Represents the user who made the comment
Direct Reference – There must be a direct reference to a Parent entity

The Comment component is added to the view. The following information is required:

Item Entity – The entity that represents individual comments
Title – The title of the comment component
Text Attribute – The attribute that represents the content of a comment
Creator Attribute – The attribute that represents the creator of a comment
Created Attribute – The attribute that represents the time that a comment is created
Parent Entity Reference – The entity that receives the comment functionality
Visible Expression – Security condition to show the comment component
Enabled Expression – Security condition that needs to be “true” to allow users to create comments

To see how the Comments component is establish, go to the following tutorial. It is based on the Support Ticket Base.

Examples