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 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 ![]()
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:
Admin System Currencies.It is interesting, when you fill up ISO 4217 code for currency, then it auto fills up name and symbol:
I’m on 8.8.0 which is fairly recent. I’ll try an upgrade. I did see on the demo site, this isn’t an issue, and it doesn’t seem to be an issue on my client sites. Maybe because my test install was an old SuiteCRM 7 that got upgraded to SuiteCRM 8 in the past. Maybe one of the upgrades missed out on this feature. That’s the only thing I can think of.