Hiii All,
I want to change the button Create Note Attachment under the History sub panel. How can i do this??
Plz help me.
PHP/5.2.4
Apache/2.2.6 (Win32)
Windows NT
MySql-5.0.45
Sugar Ver: 4.5
Thanks in advance
Atin
Hiii All,
I want to change the button Create Note Attachment under the History sub panel. How can i do this??
Plz help me.
PHP/5.2.4
Apache/2.2.6 (Win32)
Windows NT
MySql-5.0.45
Sugar Ver: 4.5
Thanks in advance
Atin
Hi atin,
What changes exactly do you want to do ?
Check the layout_defs.php of the module where are the button.
For example in modules/Accounts/layout_defs.php :
The widgets which defines the buttons are in this folder : include/generic/SugarWidgets/.PHP Code:'history' => array(
'order' => 20,
'sort_order' => 'desc',
'sort_by' => 'date_modified',
'title_key' => 'LBL_HISTORY_SUBPANEL_TITLE',
'type' => 'collection',
'subpanel_name' => 'history', //this values is not associated with a physical file.
'header_definition_from_subpanel'=> 'meetings',
'module'=>'History',
'top_buttons' => array(
array('widget_class' => 'SubPanelTopCreateNoteButton'), //button Create Note Attachment
array('widget_class' => 'SubPanelTopArchiveEmailButton'),
array('widget_class' => 'SubPanelTopSummaryButton'),
),
Mathieu Rodrigues
Consultant CRM
CARRENET - SugarCRM Gold Partner
>>> Suivez notre actualité sur Twitter ! http://twitter.com/carrenet
Hi MatR
Thanks for your help. Actually I have tried a lot to find this..........at last you help me.
One more question......
I want to create a sub panel....for my custom module. plz guide me.
PHP/5.2.4
Apache/2.2.6 (Win32)
Windows NT
MySql-5.0.45
Sugar Ver: 4.5
Thanks in advance
Atin
Hi atin,
Check this subject : http://www.sugarcrm.com/forums/showt...light=subpanel.
Regards,
Mathieu Rodrigues
Consultant CRM
CARRENET - SugarCRM Gold Partner
>>> Suivez notre actualité sur Twitter ! http://twitter.com/carrenet
Hi,Originally Posted by MatR
you might find this useful.
And since a subpanel shows a related module, don't forget the wiki guide on Creating 1-to-many relationships in Sugar 5.0
What do you think the cookie monster eats ?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks