i want to covert the dollar to euros in demand form in default view

masoom098i9
Tera Contributor

i wnat to get the capital and operation budget in euros

1 REPLY 1

Tony Chatfield1
Kilo Patron

Hi, what exactly do you mean by your question?
Are you returning the values to the Client UI, or recalculating values when you insert\update a record?

I would take a look at this API

GlideCurrencyConverter | ServiceNow Developers
If you need to return 'recalculated values' to client side UI, then you can use GlideAjax to make server-side call from the client and run script to do your calculations.

GlideAjax | ServiceNow Developers