Currencies
Returns all supported currencies in given account which should be used when saving monetary values with other objects.
Select
The 本製品 will use the Pipedrive API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the 本製品.
- Term supports the '=' operator.
For example, the following query is processed server side. Term can be Currencies.Name or/and Currencies.Code:
SELECT * FROM Currencies WHERE Term = 'Armenian Dram' SELECT * FROM Currencies WHERE Term = 'AFN'
Columns
Name | Type | Description |
Id [KEY] | Integer | Id. |
ActiveFlag | Boolean | ActiveFlag. |
Code | String | Code. |
DecimalPoints | Integer | DecimalPoints. |
IsCustomFlag | Boolean | IsCustomFlag. |
Name | String | Name. |
Symbol | String | Symbol. |
Pseudo-Columns
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
Name | Type | Description |
Term | String | Optional search term that is searched for from currency's name and/or code. |