Remove Currency Options for a particular field

Yesh
Tera Contributor

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

9 REPLIES 9

Shreya Kaushik1
Mega Guru

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 🙂

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

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:

ShreyaKaushik1_0-1665993462399.png

 

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.

Hi Shreya,

 

The given syntax will work for the choice type fields. But here the type of Field is Currency. 

Yesh_0-1666076006408.png

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