Results 1 to 3 of 3

Thread: Target lists

  1. #1
    jhamill is offline Sugar Community Member
    Join Date
    Sep 2004
    Posts
    70

    Default Target lists

    When you select a target list from the target lists shortcut

    targets, contacts, leads and users in that target list appear in panels.

    how can these panels be edited? I can't seem to find where to edit these in the studio. We want to add the title of the contact in that view.

    john

  2. #2
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: Target lists

    You cannot edit this in Studio but if you edit the file

    modules/Contacts/subpanels/default.php

    and add this to the array in the position that you want it to be in

    'title'=>array(
    'name'=>'title',
    'vname' => 'LBL_LIST_TITLE',
    'width' => '20%',
    ),

    it will add the title to that subpanel. Let me know if that helps
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  3. #3
    jhamill is offline Sugar Community Member
    Join Date
    Sep 2004
    Posts
    70

    Default Re: Target lists

    Quote Originally Posted by kbrill
    You cannot edit this in Studio but if you edit the file

    modules/Contacts/subpanels/default.php

    and add this to the array in the position that you want it to be in

    'title'=>array(
    'name'=>'title',
    'vname' => 'LBL_LIST_TITLE',
    'width' => '20%',
    ),

    it will add the title to that subpanel. Let me know if that helps
    Thank you Mr Brill. Much appreciated - and works very nicely.

    john

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Nested target lists
    By rajeevkarajgikar10 in forum Marketing/Campaign Management
    Replies: 0
    Last Post: 2007-07-25, 02:55 AM
  2. campaign Target lists
    By cbierwerth in forum Feature Requests
    Replies: 4
    Last Post: 2006-11-01, 01:39 PM
  3. Bug / Feature request campaign with 2 Target lists
    By hheckner in forum General Discussion
    Replies: 1
    Last Post: 2006-10-30, 08:04 PM
  4. Creating Target Lists
    By jnovak in forum Feature Requests
    Replies: 2
    Last Post: 2006-07-31, 08:40 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
  •