Showing posts with label remove director reports from sugarcrm contacts subpanel. Show all posts
Showing posts with label remove director reports from sugarcrm contacts subpanel. Show all posts

Thursday, March 15, 2012

Remove 'Direct Reports' from SugarCRM Contacts subpanel

Create Directory: sugarcrm\custom\Extension\modules\Contacts\Ext\Layoutdefs

Create a file named layoutdefs.ext.php inside this directory with code as below:
<?php unset($layout_defs['Contacts']['subpanel_setup']['contacts']); ?>

Go to Admin->Repair->Quick Repair and Rebuld. This will execute the code