Can we make currency code Read Only in currency type field.

Spoorthik
Kilo Contributor

Below is the currency type field, in which we need to have currency code as Euro, and which should be Read only,

or

Can we have only Euro currency code specifically for a particular table

 

Spoorthik_0-1720761157660.png

This requirement is specific to particular table.

We have tried BR, Client Script but did not achieve this, suggest us any possible ways to achieve this.

 

1 REPLY 1

Sathish
Tera Contributor

Hi Spoorthik,

 

Please write onload client script and hide the rest of the choices

 

 g_form.removeOption('amount.currency_type','CHF');
  g_form.removeOption('amount.currency_type','GBP');
 
Thanks,