I want to use “Lastname Firstname” style.
Of cource,
I set “l f s” in my Name Display Format : settings.
and
change
‘db_concat_fields’ =>
array (
0 => ‘last_name’,
1 => ‘first_name’,
),
in the file
crm/custom/Extention/modules/my_module/Ext/Vardefs/some_file.php
But, related fields are not working correctlly.
Related to contacts field is not working correctlly. It shows “Firstname Lastname” after save and reloaded.
Can you help me?