How do I remove "Create Appointment" from leftside ?
How do I remove "Create Appointment" from leftside ?
You need to create the file custom/modules/Contacts/views/view.sidequickcreate.php containing this code:
CheersPHP Code:<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
require_once('include/MVC/View/views/view.sidequickcreate.php');
class ContactsViewSidequickcreate extends ViewSidequickcreate {
function display() {
return '';
}
}
?>
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é Lopes.
thanks for your reply.
im using the community edition 5.1.0
so the file path you have mentioned doesn't exists ,
custom/modules/Contacts/views/view.sidequickcreate.php .......in custom/modules/contacts/....i dont find views
instead i found views in modules\Contacts\views so where do you want me to create the file.
waiting for your reply.
thanks in advance.
You may create this file without big deal.
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é Lopes.
im a newbie to sugarcrm. i havent found the folder views in custom/modules/contacts/ so do you want me to create a folder by name views and in that create a file named view.sidequickcreate.php and paste the above code and then view the calendar module in browser.
waiting for your reply.
thanks in advance.
im using Sugarcrm community edition.
Helo!
shur as you wrote these folders and file will created by you and past this code in this file view.sidequickcreate.php
you result will be done.PHP Code:if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
require_once('include/MVC/View/views/view.sidequickcreate.php');
class ContactsViewSidequickcreate extends ViewSidequickcreate {
function display() {
return '';
}
}
Last edited by shafique; 2009-04-29 at 05:26 AM.
hi André Lopes.
the code and path which you have given works. i have created the views folder in custom/modules/contacts/
but this removes the sidequickcreate column below the menus for the contacts module i tried the same with calls module but it doesnt supress the create appointment column below menus
i want to supress/remove the create appointment column when i click the calendar or call /meeting from the shortcut menus link.
can you help in removing the create appointment sidequickcreate form for calendars module.
waiting for your reply.
thanks in advance.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks