Hi at all!!!
Sugar is really GREAT!!!

I need help ...

I've just created some custom fields for my calls section (es: TEST: label = TEST ; field = TEST_C)

Now i wanna that in calendar view, (under Activities) Ex: "PLANNED: Appointment with Smith" i can display in the popup my new field above date, description ...

I've put this code to add "Assigned to" in my popup and it works, but NOT for my new field.

PHP Code:

             
if(!empty($fields['ASSIGNED_USER_NAME'])) {
        
$overlib_string .= '<b>'$mod_strings[''LBL_ASSIGNED_TO_NAME'] . '</b' . substr($fields[''LBL_ASSIGNED_TO_NAME'], 0300);
        if(
strlen($fields['LBL_ASSIGNED_TO_NAME']) > 300$overlib_string .= '...';
        
$overlib_string .= '<br>';
    } 

Anyone could help me ???


Thanks at all.