Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property sets the ISO 4217 currency code for displaying all currencies when the single currency model is enabled. |
| What area does it affect? |
Currency display settings |
| What does the default mean? |
The default value is "USD", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when configuring currency settings or changing the default currency for the system. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.i18n.single_currency.code |
| Sys ID |
4a465a580a0a0b0200755dc5582a74cf |
| Type |
string |
| Application |
Global |
| Default value |
USD |
| Description |
If using the single currency model, display all currencies using this currency code. Currency codes use the ISO 4217 three letter format.
<pre>
Examples include:
USD - US Dollar
JPY - Japanese Yen
GBP - British Pound
EUR - Euro
</pre> |
| Updated |
2024-05-25 05:06:27 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... select the record to open it. 3. Set the value to true. 4. Navigate to All, and in the navigation filter, enter sys_properties.list. 5. Under the Name column, search for glide.i18n.single_currency.code, and select the property record to open it. 6. In the Value field, enter the three-letter ISO currency code for the target currency. For example, to set the currency to ...
Context preview
Snippet 2
... to view currency values in the same currency. Before enabling single-currency mode, set the system locale. To configure single-currency mode, set the following properties: • glide.i18n.single_currency: true or false • glide.i18n.single_currency.code: the three-letter ISO currency code • glide.system.locale: the system locale Note: For detailed information about valid locale formats, see Locale settings. Using the single-currency mode has the following limitations: • ...
Related properties