Docs »

Records »

Types »

Currency

Name (singular): Currency
Name (plural): Currencies
Alias (uri): currency
Identifier (ID): cerberusweb.contexts.currency

Records API

These fields are available in the Records API and packages:

Req’d Field Type Notes
  code text Currency code; e.g. USD
  decimal_at number The number of significant decimal places (0-16); e.g. 2 for 0.00
  is_default boolean Is this the default currency?
  links links An array of record type:id tuples to link to. Prefix with - to unlink.
  name text The singular name of this currency; Dollar
  name_plural text The plural name of this currency; Dollars
  symbol text Symbol; $, £,
  updated_at 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
code text Code
decimal_at number Decimal Places
id number Id
is_default boolean Default
name text Name
name_plural text Plural
record_url text Record Url
symbol text Symbol
updated_at 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 currency search queries:

Field Type Description
code: text Code
decimalPlaces: number Decimal Places
default: boolean Default
fieldset: record Fieldset
id: number Id
links: links Record Links
name: text Name
symbol: text Symbol
updated: date Updated
watchers: record Watchers

Worklist Columns

These columns are available on currency worklists:

Column Description
c_code Code
c_decimal_at Decimal Places
c_id Id
c_is_default Default
c_name Name
c_name_plural Plural
c_symbol Symbol
c_updated_at Updated
cf_<id> Custom Field