Restrict currency selection

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2017 01:27 PM
I am wondering if there is a way to restrict the currency selection on currency fields to only 2 specific currency types, USD and Euros. Currently we've got our instance set to a single currency type (USD) to avoid any display or selection issues, and the fact that most of our business is done in US currency.
We do have one group however that has a requirement to also show purchases made in Euros, since they also deal with this currency as well. If it's possible to restrict the selection of additional currencies to specific tables and/or fields that would be great as well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2021 03:55 AM
Hi,
You can make currency drop down read-only in Native UI using DOM manipulation.
Use below in onLoad Client script:
document.getElementById("tableName.u_column_name.currency").setAttribute("disabled",true);
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2023 12:50 AM
Hi, Any Solution to this Question? I am also facing a similar situation.