Contact detail view.. I don't want "Activities", "History", Leads, Direct Report subpanels

I am using the latest SuiteCRM 7.4.3

Please advice removing the Contact detail view… I don’t want “Activities”, “History”, Leads, Direct Report subpanels. thanks for support me
Divya rai

Hi,

Navigate to the file:
/custom/Extension/modules/Contacts/Ext/Layoutdefs/aos_contactsLayoutdefs.php

At the bottom of the file, (Above the ?>), add the lines:

unset($layout_defs['Contacts']['subpanel_setup']['activities']);
unset($layout_defs['Contacts']['subpanel_setup']['history']);
unset($layout_defs['Contacts']['subpanel_setup']['leads']);
unset($layout_defs['Contacts']['subpanel_setup']['contacts']);

Run a Quick Repair and Rebuild in the CRM, Clear your Browser Cache and the Subpanels should have been removed!

2 Likes