Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

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
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...

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

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/atul_grover_lng [ Connect for 1-1 Session]

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