Results 1 to 7 of 7

Thread: Targets subpanel not possible to edit

  1. #1
    nexzus is offline Member
    Join Date
    Jan 2009
    Posts
    6

    Default Targets subpanel not possible to edit

    Hi...

    How can I edit Targets subpanel in "Targets list" -> Detail View ?

    Impossible to edit through studio, even following this trick
    www.sugarcrm.com/forums/showthread.php?t=24551

    How can I edit it?
    Do not want to have
    Name Title Email Phone

    Prefer to have other as I did in Targets List View

  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: Targets subpanel not possible to edit

    Hi nexzus

    Actually I'm able to edit the subpanels under Target Lists using such trick.

    The studio.php for ProspectLists should looks like that one:

    PHP Code:
    $GLOBALS['studioDefs']['ProspectLists'] = array(
        
    'LBL_DETAILVIEW'=>array(
                    
    'template'=>'xtpl',
                    
    'template_file'=>'modules/ProspectLists/DetailView.html',
                    
    'php_file'=>'modules/ProspectLists/DetailView.php',
                    
    'type'=>'DetailView',
                    ),
        
    'LBL_EDITVIEW'=>array(
                    
    'template'=>'xtpl',
                    
    'template_file'=>'modules/ProspectLists/EditView.html',
                    
    'php_file'=>'modules/ProspectLists/EditView.php',
                    
    'type'=>'EditView',
                    ),
        
    'LBL_LISTVIEW'=>array(
                    
    'template'=>'listview',
                    
    'meta_file'=>'modules/ProspectLists/listviewdefs.php',
                    
    'type'=>'ListView',
                    ),
        
    'LBL_SEARCHFORM'=>array(
                    
    'template'=>'xtpl',
                    
    'template_file'=>'modules/ProspectLists/SearchForm.html',
                    
    'php_file'=>'modules/ProspectLists/ListView.php',
                    
    'type'=>'SearchForm',
                    ),

    ); 
    Kind regards
    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
    nexzus is offline Member
    Join Date
    Jan 2009
    Posts
    6

    Default Re: Targets subpanel not possible to edit

    Oi André, blz?

    I already tried it before when I read in other post that you wrote.

    However, the subpanels I can access in Targets Lists are only:
    Contacts and Leads.

    It does not appear the Tarjets subpanel in order to edit. Could you please to check if it appear for you?


    Valeu, abraço!



    Sugar community edition 5.2.0a
    Windows XP
    Apache/2.2.8
    PHP Version 5.2.2
    Mysql 5.0.22

  4. #4
    Marot is offline Junior Member
    Join Date
    Apr 2009
    Posts
    3

    Default Re: Targets subpanel not possible to edit

    Hi Guys,

    I can see my target subpanel in studio, however only can view a heading Campaign log. Cannot pickup Leads, contacts.

    Please May I have some direction as would really like to edit my leads view.

    thanks.

  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: Targets subpanel not possible to edit

    Hi nexzus

    I also can not see the Prospect subpanel under Prospect Lists module.

    I'll figure it out when I have some time and hopefully file a new bug.

    by the way, are you brazilian?

    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
    Marot is offline Junior Member
    Join Date
    Apr 2009
    Posts
    3

    Default Re: Targets subpanel not possible to edit

    Hi Guys,

    Any joy on this one?

  7. #7
    seade is offline Sugar Community Member
    Join Date
    Dec 2004
    Posts
    77

    Default Re: Targets subpanel not possible to edit

    I am running 5.2.0.f and the studio.php file is present. The file that is missing is listviewdefs.php - I recall stumbling across a thread yesterday that showed a hack to create this file but I cannot for the life of me find it now (so much for the utility of browser history).

    Would someone please post a copy of their listviewdefs.php file for ProspectList module, i.e. modules/ProspectLists/metadata/listviewdefs.php

    Thanks,

    Scott

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Edit button in Subpanel
    By h2sqr in forum Developer Help
    Replies: 10
    Last Post: 2011-11-21, 06:20 AM
  2. Subpanel in Edit View
    By jchinnasamy in forum Developer Help
    Replies: 2
    Last Post: 2008-11-13, 08:26 PM
  3. subpanel in edit view
    By milosz.g in forum Developer Help
    Replies: 4
    Last Post: 2008-04-09, 03:00 AM
  4. How to Add Activities Subpanel to Targets?
    By jjwdesign in forum Developer Help
    Replies: 2
    Last Post: 2008-04-06, 05:49 PM
  5. Replies: 0
    Last Post: 2007-09-21, 09:46 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
  •