Hello,
totally newbie in sugarcrm, I need to add assigned to in additional details popup in calender view, any help would be appreciated.
Thank you.
BR
Samppa
Hello,
totally newbie in sugarcrm, I need to add assigned to in additional details popup in calender view, any help would be appreciated.
Thank you.
BR
Samppa
Hi,
Go to modules/Calls/metadata/additionalDetails.php.
Then add the following liens of code.
if(!empty($fields['ASSIGNED_USER_NAME']))
$overlib_string .= '<b>'. $mod_strings['LBL_ASSIGNED_TO_NAME'] . '</b> ' . $fields['ASSIGNED_USER_NAME'] . ' <br>';
hope this will help you.
Developers go here
Businesses go there (Dutch)
Modules:
SugarDev.net Developer Tools | Config | Dutch Language Pack
"Nothing gets fixed unless there is a bug"
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks