Changing the default currency (USD) to Indian Rupees

Nivedita
Mega Expert

Hello,

How can we change the default currency label (USD) to some other currency?  I have deactivated USD as well but it's again showing USD as the default value when the form loads??I want to keep Indian rupee symbol find_real_file.pngfind_real_file.png

8 REPLIES 8

asifnoor
Kilo Patron

You can set like this

g_form.setValue('your_field_name','INR;'+value);

Ankur Bawiskar
Tera Patron
Tera Patron

Hi Nivedita,

the currency label is shown based on the user session.

If user is from USA then it would show USD.

If you want only single currency in instance then you will have to enable single currency mode

Single-currency mode

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

So where do I need to change time zone for admin record?

Hi Nivedita,

it is based on User session currency

if you change the user country code to something like Spain then check it would show in Euros.

you can also define locales which help in displaying currency code.

Define locales

Locale settings

Set localization properties

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader