We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Is there any client side methods to convert one currency to another currency?

Narayana Swamy
Tera Contributor

Here i am facing issue of calculating currency.

Here as showing in image I typed number 

Supplier Number of Recurring's=1
Supplier RC=2 USD
after selecting Rc I selected
Supplier NRC =3 CHF
based on latest selected currency I want to convert currency i.e. USD to CHF and all the CHF value should be displayed on supplier Cost field.
output I am getting:-
see below image for output I am getting
supplier cost=(1*(2))+3 =2+3=5 CHF 
Expected output:-
calculation:-
Supplier Cost=( Supplier Number of Recurring's*Supplier RC)+(supplier NRC)
1 USD=0.85 CHF
supplier cost=(1*(2*0.85))+3 =3.4+3=6.4 CHF 
 
 
Screenshot 2024-01-11 152910.png
 
 
 
 
 
 
 
5 REPLIES 5

Dr Atul G- LNG
Tera Patron

 

Hi @Narayana Swamy 

https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/currency/concep...

https://docs.servicenow.com/bundle/vancouver-platform-administration/page/administer/currency/concep...

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************