Name (singular): |
Reminder |
Name (plural): |
Reminders |
Alias (uri): |
reminder |
Identifier (ID): |
cerberusweb.contexts.reminder |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
|
is_closed |
boolean |
Has this reminder elapsed? |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
name |
text |
The name of this reminder |
x |
remind_at |
timestamp |
The date/time of the reminder |
|
updated_at |
timestamp |
The date/time when this record was last modified |
x |
worker_id |
number |
The ID of the worker receiving the reminder |
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 |
id |
number |
Id |
is_closed |
boolean |
Is Closed |
name |
text |
Name |
record_url |
text |
Record Url |
remind_at |
date |
Remind At |
updated_at |
date |
Updated |
worker_ |
record |
Worker |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in reminder search queries:
Worklist Columns
These columns are available on reminder worklists:
Column |
Description |
cf_<id> |
Custom Field |
r_id |
Id |
r_is_closed |
Is Closed |
r_name |
Name |
r_remind_at |
Remind At |
r_updated_at |
Updated |
r_worker_id |
Worker |