add custom button into main subpanel actions?

Hi there!

i need to add a custom button to main subpanel actions, somebody could help me!?

the idea is add a custom button bottom the main subpanel actions:

Hai EDDARD,

You need to modify the Following file

modules\History\metadata\subpaneldefs.php

Around Line 47 you can see

	'top_buttons' => array(
		array('widget_class' => 'SubPanelTopCreateNoteButton'),
		array('widget_class' => 'SubPanelTopArchiveEmailButton'),
        array('widget_class' => 'SubPanelTopSummaryButton'),
	),

You have to update your Button Details here…!!

I think this is the Solution for your Question

ThankYou , :woohoo:

Karthik
SuiteCRM is my life… :stuck_out_tongue:

You can find it on google if you search for “action buttons”, that’s what they’re called.

Try this tutorial:

http://support.sugarcrm.com/Knowledge_Base/Developers/Customization/Modifying_Subpanel_Action_Buttons/

I think it works for SuiteCRM also (not sure, though)