Name (singular): |
Opportunity |
Name (plural): |
Opportunities |
Alias (uri): |
opportunity |
Identifier (ID): |
cerberusweb.contexts.opportunity |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
|
amount |
float |
The amount of the opportunity in the given currency |
|
amount_currency_id |
number |
The ID of the currency |
|
closed_at |
timestamp |
|
|
created |
timestamp |
The date/time when this record was created |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
|
status |
text |
open , closed_won , closed_lost ; alternative to status_id |
|
status_id |
number |
0 (open), 1 (closed/won), 2 (closed/lost); alternaitve to status |
x |
title |
text |
The name of the opportunity |
|
updated |
timestamp |
The date/time when this record was last modified |
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 |
amount |
currency |
Amount |
amount_ |
record |
Amount Label |
amount_currency_ |
record |
Currency |
closed_at |
date |
Closed At |
created |
date |
Created |
id |
number |
Id |
record_url |
text |
Record Url |
status |
text |
Status |
title |
text |
Title |
updated |
date |
Updated |
These optional placeholders are also available with key expansion in dictionaries and the API:
Search Query Fields
These filters are available in opportunity search queries:
Worklist Columns
These columns are available on opportunity worklists:
Column |
Description |
cf_<id> |
Custom Field |
o_closed_date |
Closed Date |
o_created_date |
Created |
o_currency_amount |
Amount |
o_currency_id |
Currency |
o_id |
Id |
o_name |
Title |
o_status_id |
Status |
o_updated_date |
Updated |