Remove Currency Options for a particular field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-14-2022 04:54 AM
Hi Team,
I have a requirement to clear few currency options for a certain field. Can you help me out how can we achieve it?
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-15-2022 01:30 AM
Hi Yesh,
Is this about removing certain values from a drop-down field?
Could you please be more specific about your requirement for me to help you out?
Shreya 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 12:21 AM - edited ‎10-17-2022 12:22 AM
Hi Shreya,
Yes. I wanted to remove certain values from the dropdown of currency type field. But Unfortunately I am unable to do it.
Thanks,
Yesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 01:01 AM
Hi Yesh,
If you want to permanently remove the values, you can try setting the Inactive field as true for the particular values like below example:
Alternatively, if you want to remove a particular drop-down value based on condition, you can follow the below syntax in an onChange Client Script.
g_form.removeOption('<fieldname>','<Choice value>','<choice label>','<sequence>');
Please mark it helpful if this solves your purpose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-17-2022 11:57 PM
Hi Shreya,
The given syntax will work for the choice type fields. But here the type of Field is Currency.
The choices of the currency field type are getting from the Currencies table we have. If we are making those values as inactive in that Currencies table, then it is reflecting in all the Currency type of fields we have in a table. But We are trying to remove Few currency options for a particular Currency type field in a table.
Thanks,
Yesh