Docs »

Records »

Types »

Opportunity

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:

Field Type Description
comment_count number Comment count on the record
comments comments Comments
custom_<id> mixed Custom Fields
links links Links
watchers watchers Watchers

Search Query Fields

These filters are available in opportunity search queries:

Field Type Description
amount: number Amount
closedDate: date Closed Date
comments: fulltext Comment Content
created: date Created
currency.id: chooser Currency
fieldset: record Fieldset
id: number Id
links: links Record Links
name: text Title
status: number Status
updated: date Updated
watchers: record Watchers

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