How do you change the currency field dropdown value from "Symbol" to "Code"?

nicksoltis
Kilo Expert

Can anyone tell me the best way to change the dropdown of a currency field to show currency.code (EUR, JPY, USD) rather than currency.symbol ($...)?

I have changed the dictionary display value of the "code" to "TRUE" which should fix this issue, however, it is still displaying the symbol.

find_real_file.png

find_real_file.png

I could simply change the label value for currency.symbol for the easy solution, but this would need to be done every time a new currency is added.

Please let me know if you have a solution to this.

Thanks!

10 REPLIES 10

Soumita3
Tera Expert

Hi Nick,

 

I would like to suggest you that probably the currency here is set for the fx_currency table.

Are you checking for some item specific then i would like to suggest you to search for the Dictionary attributes for any other table for example: sc_cat_item table.

 

Please mark the answer as correct if it suffice your query.

 

Thanks.

 

Hi Soumita,

Yes, I have changed the dictionary display value for the fx_currency table to display = true for the "Code" field. This did not have any effect on the Currency type field dropdown shown below:

find_real_file.png

 

Is this controlled through another table?

 

Thanks,

 

Nick

On which form are you expecting the change?

Can you please let me know so that I can suggest?

This is on a custom table that extends sm_order.

Hope this helps!