Now we're back to vardefs. On your server go to your SugarCRM home folder, then into the subfolder modules/Notes
Edit the file vardefs.php Always make a backup of any file before you save any changes.
I have not modified this file since my install (version 5.0.0b) and I have this field definition in the file. If you don't have it, find the similar field definition for 'modified_by_id' and insert these lines after it.
PHP Code:
'modified_by_name' =>
array (
'name' => 'modified_by_name',
'vname' => 'LBL_MODIFIED_BY',
'type' => 'relate',
'reportable'=>false,
'source'=>'non-db',
'table' => 'users',
'id_name' => 'modified_user_id',
'module'=>'Users',
'duplicate_merge'=>'disabled'
),
If you do have it, then there is something else going on.
I only see the modified_by_name field in the Listview layout. I don't see it in the Details layout. I'm not sure why, but make sure your looking in the Listview for an apples to apples comparison to what I'm seeing.
If you make changes to vardefs.php, make sure to clear the vardefs cache under Admin->Repair, otherwise you won't see the changes in the Admin screens.
Phil
Bookmarks