Single Currency in PPM modules

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 07:15 AM
Hi,
I can see that multi-currency plugin is enabled in the instance but I would like to restrict all currency field to GBP. I updated below system properties:
glide.i18n.single_currency - true
glide.i18n.single_currency.code to GBP
However, few of the fields are still defaulted to USD and behaving erratically. In cost plan form as well, functional currency is defaulted to USD and is read only. Any idea how to change the default to GBP. I checked that default is set by a script include which is SNC and is not available for system admins. Also, I would like to disable multicurrency feature as well which is dynamically converting the prices.
- Labels:
-
Project Portfolio Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 08:49 AM
Refer Here

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 09:02 AM
Hey,
Maybe if you clean the cache of the system it can solve.
Type cache.do on the filter navigator press enter. But try to do it when there are not so many users using the system.
You can also go to the list of currencies and simply deactivte the USD currency. The table is called fx_currency

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2022 03:00 PM
Hi,
Switching currency modes after initial implementation creates all kinds of problems.
Have you tried simply making all currencies inactive in table "fx_currency" except for GBP?
Thank you,
Patrick