glide.i18n.single_currency.code
ServiceNow property description:
If using the single currency model, display all currencies using this currency code. Currency codes use the ISO 4217 three letter format.
Examples include: USD - US Dollar JPY - Japanese Yen GBP - British Pound EUR - Euro
Attributes
- Sys ID: 4a465a580a0a0b0200755dc5582a74cf
- Type: string
- Application: Global
- Default value: USD

AI generated property description:
The ServiceNow property `glide.i18n.single_currency.code` is used to set a single currency code for the entire instance. When this property is enabled, all currency fields across the instance will display values in the specified currency, regardless of the user's locale or personal settings. This ensures consistency in financial data representation, which is particularly useful for organizations operating in a single-currency environment. The property can be configured by navigating to the System Properties and setting the desired ISO currency code. This feature simplifies financial reporting and analysis by eliminating the need for currency conversion.
Source