Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Thread: Remove Create Appointment

  1. #1
    timolein is offline Sugar Community Member
    Join Date
    May 2008
    Posts
    51

    Default Remove Create Appointment

    How do I remove "Create Appointment" from leftside ?
    Attached Images Attached Images  

  2. #2
    petercoloney is offline Senior Member
    Join Date
    Apr 2009
    Location
    canada
    Posts
    44

    Exclamation Re: Remove Create Appointment

    Quote Originally Posted by timolein View Post
    How do I remove "Create Appointment" from leftside ?
    i too want to do the same


    2. can anyone tell me where is the file for the entire code in the image shown and file for the calendar code

    waiting for response.

  3. #3
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Remove Create Appointment

    You need to create the file custom/modules/Contacts/views/view.sidequickcreate.php containing this code:
    PHP 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 
    '';
        }
    }
    ?>
    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.

  4. #4
    petercoloney is offline Senior Member
    Join Date
    Apr 2009
    Location
    canada
    Posts
    44

    Exclamation Re: Remove Create Appointment

    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.

  5. #5
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Remove Create Appointment

    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.

  6. #6
    petercoloney is offline Senior Member
    Join Date
    Apr 2009
    Location
    canada
    Posts
    44

    Exclamation Re: Remove Create Appointment

    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.

  7. #7
    petercoloney is offline Senior Member
    Join Date
    Apr 2009
    Location
    canada
    Posts
    44

    Default Re: Remove Create Appointment

    im using Sugarcrm community edition.

  8. #8
    shafique is offline Senior Member
    Join Date
    Mar 2009
    Location
    Pakistan
    Posts
    109

    Default Re: Remove Create Appointment

    Helo!
    shur as you wrote these folders and file will created by you and past this code in this file view.sidequickcreate.php

    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 
    ''
        } 

    you result will be done.
    Last edited by shafique; 2009-04-29 at 05:26 AM.

  9. #9
    petercoloney is offline Senior Member
    Join Date
    Apr 2009
    Location
    canada
    Posts
    44

    Default Re: Remove Create Appointment

    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.

  10. #10
    shafique is offline Senior Member
    Join Date
    Mar 2009
    Location
    Pakistan
    Posts
    109

    Default Re: Remove Create Appointment

    Quote Originally Posted by andopes View Post
    You may create this file without big deal.

    Cheers
    Thanks its ok and working.
    if you want to do same functionality with Account,Leads,Campaigne .
    then do same functionality and change the class name for every Module

    thanks
    Last edited by shafique; 2009-04-29 at 05:27 AM.

Page 1 of 3 123 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. dropdown for create appointment
    By marketadvantage in forum Developer Help
    Replies: 1
    Last Post: 2008-09-25, 03:07 AM
  2. Dropdown for Quick Create Appointment
    By kblackwell in forum Help
    Replies: 0
    Last Post: 2008-07-24, 07:58 PM
  3. Replies: 0
    Last Post: 2007-03-14, 12:47 AM
  4. Upcoming Appointment - remove closed
    By ales in forum Help
    Replies: 3
    Last Post: 2006-04-03, 07:52 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •