Can we make currency code Read Only in currency type field.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2024 10:16 PM
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
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2024 07:35 AM
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,