Name (singular): |
Comment |
Name (plural): |
Comments |
Alias (uri): |
comment |
Identifier (ID): |
cerberusweb.contexts.comment |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
x |
author__context |
context |
The record type of the comment’s author |
x |
author_id |
number |
The ID of the comment’s author |
x |
comment |
text |
The text of the comment |
|
created |
timestamp |
The date/time when this record was created |
|
is_markdown |
boolean |
0 =plaintext, 1 =Markdown |
|
is_pinned |
boolean |
0 =not pinned, 1 =pinned |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
target__context |
context |
The record type of the target record |
x |
target_id |
number |
The ID of the target record |
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
Field |
Type |
Description |
_context |
text |
Record type extension ID |
_label |
text |
Label |
_type |
text |
Record type alias |
author_ |
record |
Author |
comment |
text |
Content |
created |
date |
Created |
id |
number |
Id |
target_ |
record |
Target |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in comment search queries:
Worklist Columns
These columns are available on comment worklists:
Column |
Description |
*_target |
Target |
c_created |
Created |
c_id |
Id |
c_is_markdown |
Markdown |
c_is_pinned |
Is Pinned |
cf_<id> |
Custom Field |