How do i remove the 'Schedule Meeting' and 'Schedule Call' button in the activities sub panel in the accounts module?
Sugar 5.5
Thanks
How do i remove the 'Schedule Meeting' and 'Schedule Call' button in the activities sub panel in the accounts module?
Sugar 5.5
Thanks
Bump....Anyone know how to do this?
Create a file in custom/Extension/modules/Accounts/Ext/Layoutdefs which you name removebuttons.php.
Add the following content in that file.
Go to the admin sections, select repair and repiar the accounts module.Code:$layout_defs['Accounts']['subpanel_setup']['activities']['top_buttons'] = array( array('widget_class' => 'SubPanelTopCreateTaskButton'), array('widget_class' => 'SubPanelTopComposeEmailButton'), );
christian.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks