How do I modify the default currency symbol?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-22-2014 08:46 AM
Hi,
I was able to modify the symbols to distinguish Australian Dollar (A$), Canadian Dollar, (C$), Singapore Dollar (S$) and American Dollar ($) ...BUT it is defaulting to American Dollar for now. How can I change it to, let's say, Singapore Dollar?
Thanks,
Dor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2018 04:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-03-2019 03:33 AM
The below solution works if you want to show the currency type irrespective of user demographic. In short if your customer is limited to a single region, you may default the currency for the instance.
Go to fx_currency and make sure your currency is active.
To use a single currency model, change the property - 'glide.i18n.single_currency' to true
Default the currency code you want to use in the property - 'glide.i18n.single_currency.code'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-28-2019 10:39 AM