Results 1 to 3 of 3

Thread: editing ListVIew in ProspectLists

  1. #1
    zaska's Avatar
    zaska is offline Senior Member
    Join Date
    Sep 2008
    Posts
    99

    Question editing ListVIew in ProspectLists

    Hi folks,

    I need some help editing the listview of Target Lists (ProspectLists). I've created a studio.php in modules/ProspectLists/metadata but ListView is not showing in Studio. metadata/listviewdefs.php is missing. My guess is that I need to touch ListView.php and ListView.html.

    There I can show fields of prospect_lists table easy:
    Code:
    <td valign=TOP class="{ROW_COLOR}S1" bgcolor="{BG_COLOR}"><slot>{PROSPECT_LIST.DESCRIPTION}</slot></td>
    How to display a related field? (like the account name in listview of Contacts). I have related prospect lists to a custom module.

    SugarCRM CE 5.2.0e
    Thanks

  2. #2
    ivolator's Avatar
    ivolator is offline Sugar Community Member
    Join Date
    Sep 2006
    Location
    Dagobah
    Posts
    98

    Default Re: editing ListVIew in ProspectLists

    You can take a look at fill_in_additional_list_fields() function
    I think this should help.
    May the source be with you!

    A message from the Dark Side there is ...
    Be done in sugarcrm, no core changes should. Hmmmmmm.
    ...


    Teams For The Masses
    Video Demo of CETeams module

    SimpleCaptcha - A Captcha for SugarCRM 5.2.0x


    Password Resetting For SugarCRM CE PRO and ENT 5.2.0x

  3. #3
    zaska's Avatar
    zaska is offline Senior Member
    Join Date
    Sep 2008
    Posts
    99

    Default Re: editing ListVIew in ProspectLists

    How I do not figure it out myself

    Code:
            function fill_in_additional_list_fields()
            {
                    parent::fill_in_additional_list_fields();
                    $this->fill_in_additional_detail_fields();
            }
    In function fill_in_additional_detail_fields I have some SQLs with joins. Then in ListView.html the {PROSPECT_LIST.MY_RELATE_FIELD} is populated.

    Thanks hor the help.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 4
    Last Post: 2009-02-17, 10:00 AM
  2. SOAP permissions problems when creating prospectlists
    By jussik in forum Developer Help
    Replies: 1
    Last Post: 2008-11-10, 03:09 PM
  3. to customise detailview of prospectLists
    By binani in forum General Discussion
    Replies: 0
    Last Post: 2008-07-31, 07:52 PM
  4. Replies: 4
    Last Post: 2006-07-07, 03:59 PM
  5. Account ListView Column Name Editing
    By toastedteacakes in forum Help
    Replies: 0
    Last Post: 2006-03-21, 10:24 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
  •