Hi guys
I need to remove two subpanels from leads, Is this possible? or advisable? They are document subpanels which are not required. How do I delete these subpanels while keeping my SugarCRM upgrade safe?
version 5.2e
Many Thanks
Hi guys
I need to remove two subpanels from leads, Is this possible? or advisable? They are document subpanels which are not required. How do I delete these subpanels while keeping my SugarCRM upgrade safe?
version 5.2e
Many Thanks
Is there any Document subpanel in the Lead (DetailView)?
If you remove any subpanel from the file level(coding) then its not upgrade safe.
Sanjay Katiyar
iPhone and Android solutions http://www.apptility.com
Did you make a relation Leads->Documents using studio?
Otherwise it seems strange, afaik there´s no "Documents" subpanel by default in the Leads module.
You can find the default subpanels in "modules\Leads\metadata\subpanelsdef.php"
Uncomment the unwanted subpanels and you should be fine.
Yes there are document subpanels under leads. I do not need them though.
Thanks again
You can create an extended layoutdefs for Leads where you can remove the specific subpanel.
Create the folders and file custom/Extension/modules/Leads/Ext/Layoutdefs/layoutdefs.ext.php
Then go to Admin -> Repair -> Rebuild ExtensionsPHP Code:<?PHP
unset($layout_defs['Leads']['subpanel_setup']['<subpanel_name>']);
?>
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.
I don't see a "documents" sub panel under leads. In studio I can see the relationship but not the sub panel.
How do I turn this feature on?
thanks
version 5.2j
Hello andopes,
I had also a problem with a non working link to a subpanel and the solution worked perfect.
Thanks for the information.
Pascal.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks