Single Currency field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 02:25 AM
How to make a table to single currency mode irrespective of user's system locale. Need to check possibilities of making a currency value to a single currency irrespective of user's system locale.
Can you please let us know the complete impact by making the system property to true (glide.i18n.single_currency)
As the mentioned property is a platform change, please let us know the complete impact that happens in the system by making the property to true.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 02:36 AM
Hi @Vignesh C ,
Enabling the glide.i18n.single_currency property in ServiceNow makes all currency values look the same for everyone, no matter where they are.
Imagine you have an international team using ServiceNow. Some people see currency like dollars as "$100" while others see it as "€100" because of their settings. Enabling the glide.i18n.single_currency property would make sure that everyone sees it as, let's say, "$100" no matter what their computer settings are.
Before enabling glide.i18n.single_currency:
- User A (in the U.S.) sees: "$100"
- User B (in Europe) sees: "€100"
After enabling glide.i18n.single_currency:
- Both User A and User B see: "$100"
So, it makes all currency values look the same, which can be helpful for consistency. But remember, it's essential to communicate this change to your users because they might be used to seeing currency in their own format.
Please mark it as solution proposed and helpful if it works.
Thanks,
Anand
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2023 03:29 AM
Can you also let us know what happens to the existing currency fields that has different currency values?