Inside my quotes module, There is a subpanel called item that contains a field called “Price” which is of type currency.
I need to show the currency code (ISO 4217 Code) instead of symbol. How to achieve this?
Is this subpanel custom? I’m not sure what you mean by “item” as a subpanel. I suspect you are using the field “currency” itself in the subpanel defs, what you should be using is the *_usdollars which should pull through the symbol as well as the amount automatically.