
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2014 02:03 AM
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?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2014 04:31 AM
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";
}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2014 02:32 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2014 02:53 AM
Thanks for the reply Pradeep but that doesn't help - we want to use multiple currencies as I mentioned!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2014 02:57 AM
Got it..Thanks for the update.
Thanks,
Pradeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2014 02:34 AM
Can you please attach a Screenshot of the Blue Edit Link next to the Currency Dropdown.