This template's type is a note. It's intended for the display of notes, anytime feedback, and other content authored by an end-user.
It has the following properties:
Property | Description |
---|---|
author
|
The author of the note |
noteType | An optional note type or category to display |
body | The body of the note. This supports HTML tags. |
icon | An optional status icon |
iconColor | An optional color name for the icon. Choose from positive, balanced, energized, and assertive. |
status | Text displayed when hovering over the icon |
dateCreatedFormatted | Text that indicates when the note was authored |
linked.image | An object describing the person's image. This must conform to the structure returned by the REST API people/{personId}/photo (see below). |
To retrieve the image object, you can use the following helper function:
xxas_com_rest_mgr_pkg.get_xml_entity('/people/' || papf.person_id || '/photo?includeEdits=false')