Property reference

glide.i18n.single_currency

The glide.i18n.single_currency property enables a single currency model across the platform. When enabled, all currency values are displayed using the same currency code, simplifying financial reporting and user experience regardless of locale or language.

Default: false Type: boolean Application: Global

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 configures the system to display all currencies in a uniform currency code, ignoring user-specific locale settings.
What area does it affect? Currency display settings
What does the default mean? The default value is "false", which means this behavior is disabled by default.
When should you review it? Review this property when standardizing currency presentation for global users or during financial reporting adjustments.

Out of the box property record

Raw metadata from the property record.

Property name glide.i18n.single_currency
Sys ID 4a44f58f0a0a0b020010d628bb00f1d8
Type boolean
Application Global
Default value false
Description Use a single currency model. Display all currencies in the same currency code, regardless of a user's locale, country, or language code
Updated 2024-05-25 04:01:18

Sources

Official references and nearby text excerpts where this property appears.

Documentation excerpt View supporting context
Context preview Snippet 1
... the RCA settings of other applications after completing this procedure. Procedure 1. Navigate to All, and in the navigation filter, enter sys_properties.list. 2. Under the Name column, search for the glide.i18n.single_currency record, and 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, ...
Documentation excerpt View supporting context
Context preview Snippet 2
... locale. For example, the US formatting is 1,234,567.89, while German formatting is 1.234.567,89. The ServiceNow AI Platform® determines the session currency in the following sequence: • Single-currency mode setup using glide.i18n.single_currency and glide.i18n.single_currency.code. • Default currency for the user’s locale. Reference currency To perform calculations on heterogeneous currency values, the ServiceNow AI Platform® stores currency values converted to a system currency, ...