I´m stuck into similar problem here with 4.5.1 version..
I did the installation smootly but then nothing happened...
I followed the instructions below figuring it might had some declaration missing since I could see the extra module instaled when I click admin/studio (despite the new module listed had no name (blank))
http://sugarcrm.openapp.org/2006/02/...-sugarcrm-401/
Nothing happened again...
My custom/modules/Opportunities/Ext/Layoutdefs/layoutdefs.ext.php shows:
$layout_defs['Accounts']['subpanel_setup']['contracts'] = array(
'order' => 330,
'module' => 'Contracts',
'subpanel_name' => 'ForAccounts',
'override_subpanel_name' => 'contracts',
'get_subpanel_data' => 'contracts',
'add_subpanel_data' => 'contract_id',
'title_key' => 'LBL_CONTRACTS_SUBPANEL_TITLE',
'top_buttons' => array(
array('widget_class' => 'SubPanelTopCreateButton')
)
);
I´d like to have contract listed only inside accounts, If possible...
Bookmarks