Currency ID is being displayed in Opportunity in SuiteCRM 8

Hi,

I have already checked “show full names” on profile but still I see ID on currency field in suitecrm 8

I want to see the Iso Code or Symbol. Please help.

Thanks,
Shantanu

Hi! I’m experiencing the exact same error. Were you able to find a solution to this issue?

Check at :white_check_mark:

admin->System Settings->Show Full Names:

Hi,

I tried modifying that but it remains the same.

I think you need to do for all users from their profile settings.

Following, I’m also having this issue.

Yeah! They have currencies table in the DB. But, it does not contain any record in it.

class en {
            constructor() {
                this._console = console
            }
            handleError(t) {
                const n = this._findOriginalError(t);
                this._console.error("ERROR", t),
                n && this._console.error("ORIGINAL ERROR", n)
            }
            _findOriginalError(t) {
                let n = t && ks(t);
                for (; n && ks(n); )
                    n = ks(n);
                return n || null
            }
        }

Try this:

  1. Go to Admin :arrow_right: System :arrow_right: Currencies.
  2. Make sure that the “Currency Name”, “ISO 4217 Code”, “Currency Symbol”, “Conversion Rate”, and “Status” fields are defined for each currency.

It is interesting, when you fill up ISO 4217 code for currency, then it auto fills up name and symbol:

Country Currency Codes