Hi Christian,
I created a file in /custom/Extension/modules/Calls/Ext/LayoutDefs called layoutdefs.ext.php.
PHP Code:
<?php
$layout_defs['Leads']['subpanel_setup']['leads']['top_buttons'] = array(
array(
'widget_class' => 'SubPanelTopCreateButton',
),
);
?>
Did a rebuid and it's not working. The Schedule call button is not going to full form.
I found on another post that to modifiy the Schedule Call button the layoutdefs mod is not working :
Andopes said:
Hi, Jay.
Schedule Call has a different behavior. You can't redefine it this way. You must edit the modules/Calls/tpl/QuickCreate.tpl
And add some code to redirect to FullForm.
We have did it for a customer.
Cheers
Bookmarks