Hi,
I really need to hide notes from Calls Module (in DetailView)
How can I do this? Thanks in advance
Hi,
I really need to hide notes from Calls Module (in DetailView)
How can I do this? Thanks in advance
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
You need to create an extended layoutdefs for Calls to remove the notes subpanel.
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.
Hi André,
I have created file called layoutdefs.ext.php in custom\Extension\modules\Calls\Ext\Layoutdefs
this script has following code;
This doesn't seems to do the trick...PHP Code:<?php
unset($layout_defs['Calls']['subpanel_setup']['notes']);
?>
Any reason why this doesn't remove subpanel Notes from Calls ?
Thanksss
Last edited by dekleinemedia; 2009-08-12 at 02:40 PM.
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
The notes subpanel name is actually history, so the correct code is:
Remember to Rebuild Extensions.PHP Code:<?php
unset($layout_defs['Calls']['subpanel_setup']['history']);
?>
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.
Great thanks!![]()
Kind regards,
De Kleine Media
SugarCRM CE v.5.2.0h
Windows platform
MySQL v.5.1
phpMyAdmin - 2.11.2.2
Apache Server v.2.0
Hi,
I am using sugarpro 5.5
i used the same logic for Leads...
I repaired....
but i still subpanel showing Leads module
Regards,
Ramji
Hi,
Where do I check the name of subpanels created from custom relationships?
Help please.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks