
Originally Posted by
Thyssen
I removed :
force_exists=true
so that it becomes:
'mtg_objective_c'=>array(
'vname' => 'LBL_MTG_OBJECTIVE',
'name' => 'mtg_objective_c',
'target_module' => 'Meetings',
'width' => '30%',
'type' => 'varchar',
),
I did that for calls, tasks, and meetings.
I then went into Emails\metadata\subpanels
and noticed there was no ForActivities.php file, so I just made a copy of the ForActivities from one of the other modules (Calls) and copied it for emails. I did a repair and rebuild and then I went to an opportunity and again I see the Mtg Objective column but absolutely NO DATA whatsoever.
Is there any other file I need to edit to map this custom field to the activities sub panel.
Please anyone out there, maybe a Sugar Professional or someone specifically from SugarCRM to help with this?
I saw in another topic the use of the table element. You might try that here as:
PHP Code:
'mtg_objective_c'=>array(
'vname' => 'LBL_MTG_OBJECTIVE',
'name' => 'mtg_objective_c',
'table' => 'meetings_cstm',
'target_module' => 'Meetings',
'width' => '30%',
'type' => 'varchar',
),
Phil
Bookmarks