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:
Search Query Fields
These filters are available in currency search queries:
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 |