You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

This container is able to present a list of comments that were stored using the Container type: AQ_Dashboard_Comment container. It is able to filter on a certain user and only display comments that were created after a certain moment.

The container shows the following properties of the comment: moment of creation, title, username, comment text.

See also Container type: AQ_Dashboard_Comment and Comments SQL Store component.

Parameters

Name
Description
Type
Required
refIDThis is the reference id for which you want to see contents. For example a case id or a document id.Expressiontrue
userNameWith this optional user name you can show comments of a certain user only.Expressionfalse
displayPeriodAn optional starting DateTime, for limiting the number of comments to show. Only comments are shown that were added after the specified time.DateTime Expressionfalse
  • No labels