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.

How to hide the 'edit' link on currency field on a form

rightpalava
Mega Expert

When using a currency field (and having multiple currencies available) there is a blue 'Edit' link next to the currency drop down.   I've no idea why and want to be hidden.   Cannot find a way.   Any ideas?   Russell Hart did you say you had a way?

1 ACCEPTED SOLUTION

rightpalava
Mega Expert

So I've now found a working solution for this -



A simple client script where the id is the id of the edit link (found by inspecting it)



function onLoad() {


document.getElementById("<<id>>.editLink").style.display="none";  


document.getElementById("<<id>>.editLink").style.display="none";


}


View solution in original post

13 REPLIES 13

Pradeep Sharma
ServiceNow Employee
ServiceNow Employee

Hi Adam,



This is the property "glide.i18n.single_currency" you need to set it as true.


Go to->sys_properties.list->search the property->update the default value as true.



Thanks


Pradeep Sharma


Thanks for the reply Pradeep but that doesn't help - we want to use multiple currencies as I mentioned!


Got it..Thanks for the update.



Thanks,


Pradeep


Subhajit1
Giga Guru

Can you please attach a Screenshot of the Blue Edit Link next to the Currency Dropdown.