Results 1 to 4 of 4

Thread: Delete 'Account' quick creation panel

  1. #1
    anicolais is offline Senior Member
    Join Date
    Nov 2009
    Posts
    99

    Default Delete 'Account' quick creation panel

    How do i completely delete the entire 'New Account' panel on the left side of the screen on the Accounts homepage?

    Sugar 5.5
    Thanks

  2. #2
    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: Delete 'Account' quick creation panel

    Just create the script custom/modules/Accounts/views/view.sidequickcreate.php containing this:

    PHP Code:
    <?php
    if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');

    require_once(
    'include/MVC/View/views/view.sidequickcreate.php');

    class 
    AccountsViewSidequickcreate 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.

  3. #3
    anicolais is offline Senior Member
    Join Date
    Nov 2009
    Posts
    99

    Default Re: Delete 'Account' quick creation panel

    One more question about this topic. How would you remove the request appointment sidebar in the calendar homepage?

  4. #4
    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: Delete 'Account' quick creation panel

    You need to do the same for Calls.

    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.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to add quick create sub panel in custom module
    By rush1711 in forum Developer Help
    Replies: 5
    Last Post: 2010-06-02, 10:41 PM
  2. Replies: 0
    Last Post: 2010-01-15, 05:04 AM
  3. HOW TO clear display quick create panel?
    By dekleinemedia in forum Help
    Replies: 5
    Last Post: 2009-06-18, 12:38 PM
  4. Modifying Quick Create Opportunity sub panel problem
    By Phazula in forum Developer Help
    Replies: 0
    Last Post: 2008-01-10, 11:30 AM
  5. Replies: 5
    Last Post: 2007-04-26, 07:43 PM

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
  •