The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Restrict currency selection

Marcel H_
Tera Guru

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.

6 REPLIES 6

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 

Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks
Anil Lande

NileshSurwade
Tera Contributor

Hi, Any Solution to this Question? I am also facing a similar situation.