- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2020 01:37 AM
I have set the functional currency field delfault value to another currency using dictionary default value but I want it to updated on status report financial tab or shoe there the what o have set defalut one.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 10:23 PM
Hello Yogesh,
Your information is helpful and correct to set functional currency as different currency than USD I changed the sytem.glide.locale property and added conversion rate for the new currency in 'Budget reference rate' table it works for me.
Mentioning this if anyone have same requirement so this will be helpful.
Regards,
Tejal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2020 09:43 PM
Hi,
Below is snippet from documentation , Reference Currency is Functional currency here. The functional currency is being determined by system local property
Reference currency
- The system locale set using the property glide.system.locale
- The Java default locale, typically en.US
The filtering and aggregation features use the reference currency value to perform calculations on default currency fields. This can yield inaccurate results because of conversion rate changes.
https://docs.servicenow.com/bundle/newyork-platform-administration/page/administer/currency/concept/session-and-reference-currency.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-10-2020 10:23 PM
Hello Yogesh,
Your information is helpful and correct to set functional currency as different currency than USD I changed the sytem.glide.locale property and added conversion rate for the new currency in 'Budget reference rate' table it works for me.
Mentioning this if anyone have same requirement so this will be helpful.
Regards,
Tejal