I want when I assigned lead or opportunity (or) , it should show full names. By default, it shows the username instead. I tried activating the Show Full Names In user management and in system settings too. But didnt find any change.
Hi,
THanks for the reply. I was talking about the Showing full names Wherever the assigning to is ther like On Create Lead form… when you assigned to a user, it shows username intead it should show the full name of the user to whom its assigned. Similarly in List view of Lead, it show the Full Name intead of username of the user.
You’ll have to do it view by view, one by one…
You need to go fetch the user full name from the related “user” table (that’s probably why many views opt for the faster “username” field). So any tutorials you find about displaying related field in list views or detail views should apply.
There is something strange here. I have the same issue, assigned user shown as username, on an instance which was created directly from the github source.
I have another local instance create form bitnami which has exactly the same version and there the assigned user is shown as full name.
I may assume that both sources are the same. Why is there a difference in behaviour between the 2 instances?
There is also a difference in what is shown as your profile in top right corner. I shows admin instead of the full name.
You can’t search on the full name when you want to assign an user, you can only search on the username.
I checked these lat to items on the demo site and there they both work fine, show the correct full name on the profile and searchable on the full name.
There is no difference in the code. I did a parallel install form the SuiteCRM-7.11.4.zip and got the same result.
Question is why is the installation on this server different?
Hi guys, I am also having problems with this on fresh install 7.10.15.
I have also one 7.8.x updated to 7.10.14 and in that everything is ok.
It looks like a bug because everywhere that assigned_user_name is used it reads user_name instead of full_name. Problem is also in auto-populate when you try to find user; I can not search by NAME or LAST_NAME only by system user_name ?!
I have searched for problems/differences in:
include/EditView/EditView2.php - no luck
include/utils.php – no luck
Ok guys, sorry I am stupid, but if anyone is can save itself this is the problem:
Show Full Names MUST BE SET FOR EVERY USER - global setting is not mandatory for all users
Currently trying to display the full name instead of username in the note subpannel of account (in created by), should be nice if you post your piece of code !