hi there,
I want to add new subpanel in the module how it can be accomplished? Is it possible to add the subpanel through studio??..please help
hi there,
I want to add new subpanel in the module how it can be accomplished? Is it possible to add the subpanel through studio??..please help
Hi, jojiju.
Which version?
I believe you can add subpanels only by ModuleBuilder in the 5.0 version.
But add a new subpanel is pretty easy.
There are a lot of articles about it in the sugarwiki, for both 4.5 and 5.0 versions.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
'cases' => array(
'order' => 60,
'sort_order' => 'desc',
'sort_by' => 'case_number',
'module' => 'Cases',
'subpanel_name' => 'ForAccounts',
'get_subpanel_data' => 'cases',
'add_subpanel_data' => 'case_id',
'title_key' => 'LBL_CASES_SUBPANEL_TITLE',
'top_buttons' => array(
array('widget_class' => 'SubPanelTopButtonQuickCreate', 'view'=>'AccountsQuickCreate'),
array('widget_class' => 'SubPanelTopSelectButton', 'mode'=>'MultiSelect')
),
),
whats widget class array means ??
Hi, jojiju
widget_class meas a class which defines the behavior and roles for creating a new record or selecting some records. It send by GET some fields coming from the current page and do some actions to perform what you want.
Cheers
André Lopes
DevToolKit / Project of the Month - June 2009
Lampada Global Services- Open Source Solutions
Avenida Ipiranga, 318
Bloco B - CJ 1602
São Paulo, SP 01046-010
Brazil
Office: +55 11 3237-3110
Mobile: +55 11 7636-5859
e-mail: andre@lampadaglobal.com
Lampada Global delivers offshore software development and support services to customers around the world.
Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.
I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.
where this class is located..??...and how SubPanelTopButtonQuickCreate create a button ??....
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks