How do you change the currency field dropdown value from "Symbol" to "Code"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2019 11:37 AM
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.
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!
- Labels:
-
Best Practices

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2019 03:52 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2019 04:01 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2019 10:32 PM
On which form are you expecting the change?
Can you please let me know so that I can suggest?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2019 11:09 PM
This is on a custom table that extends sm_order.
Hope this helps!