
Originally Posted by
qmv
What do i modify here.... I've tried using the related name variables in the receipient name but it either gives link to the email or goes to an undefined page... it does not link to the lead/contact/target detail view page.
'recipient_name' =>
array (
'vname' => 'LBL_LIST_RECIPIENT_NAME',
'width' => '14%',
'sortable' => false,
'default' => true,
),
'related_name' =>
array (
'widget_class' => 'SubPanelDetailViewLink',
'target_record_key' => 'related_id',
'target_module_key' => 'related_type',
'parent_id' => 'target_id',
'parent_module' => 'target_type',
'vname' => 'LBL_RELATED',
'width' => '39%',
'sortable' => false,
'default' => true,
),
Bookmarks