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

Hey,

 

I think this is a global change itself rather than for a particular field but let me explore if we can anyhow meet your requirement.

 

Thanks,
Shreya

Hi Yesh,

 

The currency field symbol values are used globally therefore, we can't change the values for a particular table or conditions.

 

In order to achieve your requirement, you can create two separate fields one a drop-down with your limited currency symbols and other an integer and maybe merge these two in another field to present the value on the form as a read-only field.

 

Even if you are calculating something based on the currency value you can then refer the integer field and go ahead with the calculation code.

 

I will still look into this if there is any way to achieve your scenario.

 

Thanks,
Shreya

Hi Sherya,

 

Thank you for your suggestion. But we are trying to achieve it in one Field only. Don't want to use multiple fields to achieve this.

 

Thanks,

Yesh

Hey,

 

I understand! I tried looking into multiple options but couldn't find any way of achieving this.

 

It is a global change across the instance, if we disable a single Symbol on the fx_currency table it will reflect on all the tables.

 

Thanks,

Shreya

 

Eureka! Try this with a client script:

 

ccaro_0-1668181736202.png