Removal of history and activities sub panel in leads module

Hey,

Create a php file in the folder below
public/legacy/custom/Extension/modules/Leads/Ext/Layoutdefs/.php {SuiteCRM 8}
or
custom/Extension/modules/Leads/Ext/Layoutdefs/.php {SuiteCRM 7}
put contents as

<?php
unset($layout_defs["Leads"]["subpanel_setup"]['activities']);
unset($layout_defs["Leads"]["subpanel_setup"]['history']);

Repair and rebuild

1 Like