Results 1 to 2 of 2

Thread: subpanels

  1. #1
    renanvjo is offline Junior Member
    Join Date
    Oct 2011
    Posts
    1

    Default subpanels

    Hello.

    How may I exclude supanels from Oportunity page using the studio? If it's possible...

    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: subpanels

    As far I know you can't hid a subpanel by Studio.
    You should do that by code.
    You need to create an extended layoutdefs for Opportunities and unset the subpanel you want to hide.

    Create the script custom/Extension/modules/Opportunities/Ext/Layoutdefs/somescript.php

    PHP Code:
    <?PHP
    unset($layout_defs['Opportunities']['subpanel_setup']['<subpanel_name>']);
    ?>
    Replace the <subpanel_name> by the subpanel name as defined in modules/Opportunities/metadata/subpaneldefs.php

    Go to Admin -> Repair -> Quick Repair and Rebuild

    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. Replies: 0
    Last Post: 2008-04-24, 10:50 AM
  2. Replies: 0
    Last Post: 2008-04-24, 10:40 AM
  3. Replies: 20
    Last Post: 2008-04-24, 10:35 AM
  4. Replies: 2
    Last Post: 2008-04-19, 12:16 AM
  5. SubPanels
    By pp in forum Developer Help
    Replies: 1
    Last Post: 2006-09-25, 06:14 AM

Tags for this Thread

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
  •