I think I had found the below on the forums a while ago:
- Copy file <sugar>/modules/Contacts/metadata/subpanels/ForAccounts.php to folder <sugar>/modules/Accounts/metadata/subpanels/
- edit file <sugar>/modules/Contacts/metadata/subpaneldefs.php adding to the subpanels arry the following code:
PHP Code:
Code:
'accounts' => array(
'order' => 90,
'sort_order' => 'asc',
'sort_by' => 'name',
'module' => 'Accounts',
'subpanel_name' => 'ForAccounts',
'get_subpanel_data' => 'accounts',
'add_subpanel_data' => 'account_id',
'title_key' => 'LBL_MODULE_ID',
'top_buttons' => array(
array('widget_class' => 'SubPanelTopButtonQuickCreate'),
array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
),
),
- Admin->Repair->Clear Template Data Cache
- Admin->Repair->Rebuild Relationships
Bookmarks