Functional currency default value

Sonali Jadhav
Mega Expert

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.

1 ACCEPTED SOLUTION

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

 

View solution in original post

2 REPLIES 2

yogesh41
ServiceNow Employee
ServiceNow Employee

Hi,

 

Below is snippet from documentation , Reference Currency is Functional currency here. The functional currency is being determined by system local property

 

Reference currency

In order to perform calculations on heterogeneous currency values, the platform stores currency values converted to a system currency, referred to as the reference currency. Every currency field in the system contains a reference currency value. The reference currency is determined by the following, in order of consideration:
  • 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

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