Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Wrong value of curreny field type in Response template

gtgauravtya
Tera Contributor

Hi , 

I have created a response template in which I am populating the currency value from field (u_total_cost) which is of type "Currency"  and currency is CHF .The template is always showing value in USD instead of CHF. How can is show the value in CHF , or just show the value example -

Total cost is - CHF: 99.00

I am using - Total cost : ${u_total_cost}  and it is showing - Total cost : USD 99.00 , how can i remove the "USD from front."

OR

get the value from "fx_currency_instance" table in reponse template.

5 REPLIES 5

GlideFather
Tera Patron

Hi @gtgauravtya,

 

what's your system and your personalised currency value. do you support multi currency?


GlideFather_0-1756121693004.png

 

If you want to update the default currency, check this property (but it will be impacting the whole instance, not just that field)

GlideFather_1-1756121769279.png

 

_____
This reply is 100 % GlideFather and 0 % AI