How can restrict currency types in a field which is representing currency type

Nag9
Tera Expert

As per my requirement i created a field with type currency, show the below attachement.

I want only dollar symbol for that field need to hide rest of currency types

How can we achieve this.

1 ACCEPTED SOLUTION

asifnoor
Kilo Patron

Hi Nag,

The currency choices that you see in dropdown comes from fx_currency table. Go to fx_currency.list in the navigation and filter out active=true. The list that you see there matches the rows in the dropdown.

Mark the comment as a correct answer and also helpful if it answers your question.

View solution in original post

1 REPLY 1

asifnoor
Kilo Patron

Hi Nag,

The currency choices that you see in dropdown comes from fx_currency table. Go to fx_currency.list in the navigation and filter out active=true. The list that you see there matches the rows in the dropdown.

Mark the comment as a correct answer and also helpful if it answers your question.