Name (singular): |
Organization |
Name (plural): |
Organizations |
Alias (uri): |
org |
Identifier (ID): |
cerberusweb.contexts.org |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
|
city |
text |
City |
|
country |
text |
Country |
|
created |
timestamp |
The date/time when this record was created |
|
email_id |
number |
Primary email address |
|
image |
image |
The profile image, base64-encoded in data URI format |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
name |
text |
The name of this organization |
|
phone |
text |
Phone |
|
postal |
text |
Postal code / ZIP |
|
province |
text |
State / Province |
|
street |
text |
Street address |
|
updated |
timestamp |
The date/time when this record was last modified |
|
website |
url |
Website |
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 |
city |
text |
City |
country |
text |
Country |
created |
date |
Created |
email_ |
record |
Email |
id |
number |
Id |
name |
text |
Name |
phone |
text |
Phone |
postal |
text |
Postal |
province |
text |
State/Prov |
record_url |
text |
Record Url |
street |
text |
Street |
updated |
date |
Updated |
website |
text |
Website |
These optional placeholders are also available with key expansion in dictionaries and the API:
Field |
Type |
Description |
comment_count |
number |
Comment count on the record |
comments |
comments |
Comments |
custom_<id> |
mixed |
Custom Fields |
last_recipient_message |
record |
Latest Message Received To |
last_sender_message |
record |
Latest Message Sent From |
links |
links |
Links |
watchers |
watchers |
Watchers |
Search Query Fields
These filters are available in organization search queries:
Worklist Columns
These columns are available on organization worklists:
Column |
Description |
c_city |
City |
c_country |
Country |
c_created |
Created |
c_email_id |
Email |
c_id |
Id |
c_name |
Name |
c_phone |
Phone |
c_postal |
Postal |
c_province |
State/Prov |
c_street |
Street |
c_updated |
Updated |
c_website |
Website |
cf_<id> |
Custom Field |