- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 08:49 AM
As shown in the photo it has selected pounds and doesnt let me change it to dollars. Is there a way to add an option to select either pounds or dollars?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 11:54 AM
Hi @joshmorris
I think I managed to replicate your problem and maybe find the solution.
As you can see in this first image, my field is the same as yours with the read only currency field.
By accessing the fx_currency table I was able to see all the active and inactive currencies.
From there I deactivated all the ones I wanted. In your case, just activate all the ones you need and test.
If my answer helps in any way, mark it as correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 10:25 AM
Hi @joshmorris
Check these 2 properties in your instance
glide.i18n.single_currency - If value is true then Single currency mode is enabled for all users of the platform
glide.i18n.single_currency.code - the three-letter ISO currency code
Refer below doc : Single-currency mode
Mark it helpful if this helps you to understand. Accept solution if this give you the answer you're looking for
Kind Regards,
Rohila V
2022-25 ServiceNow Community MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2025 11:01 AM
Hello, @joshmorris,
I found this official ServiceNow link (https://www.servicenow.com/docs/bundle/vancouver-platform-administration/page/administer/currency/co...) that might address your question.
If it’s not exactly what you need, could you provide more details about your issue so I can try to help?
Also, if this answer has helped you in any way, please mark it as correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 01:05 AM
Hi, it looks to me in the photo I shared that there is a drop down where it says GBP however It is crossed out so I cant do anything. Is there a way to be able to select Dollars for this specific vendor rather than pounds?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2025 08:32 AM
Hi @joshmorris
This is a table field, right?
If it is a table field, can you insert a printout of the configuration of this field?