i want to covert the dollar to euros in demand form in default view
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-19-2024 09:28 PM
i wnat to get the capital and operation budget in euros
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-20-2024 04:27 PM
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.