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: