Results 1 to 2 of 2

Thread: listing leads in "Last Viewed" section by Accont name

  1. #1
    temanite is offline Junior Member
    Join Date
    Dec 2006
    Posts
    1

    Default listing leads in "Last Viewed" section by Accont name

    Under the horizontal secion labeled "Last Viewed", leads are listed by first and last name. I would like to list these by account name (as often our sales people do not know the name of the contact person in advance but do know the company. besides, the person often changes anyhow). Is there a way to configure Sugar to list these last viuewed leads by 'account name" instaed of name?

    sugar version 4.2.1d

    thanks!

    -Brent

  2. #2
    ruchida's Avatar
    ruchida is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Feb 2005
    Location
    Japan
    Posts
    1,375

    Default Re: listing leads in "Last Viewed" section by Accont name

    Hi

    Edit modules/Leads/Lead.php and modify some lines in get_summary_text() like below;
    PHP Code:
        function get_summary_text()
        {
    //        $this->_create_proper_name_field();
    //        return $this->name;
            
    return $this->account_name;
        } 
    Ryuhei Uchida
    Help Forum Moderator
    Calendar 2.0
    http://blogs.itmedia.co.jp/ruchida/

Thread Information

Users Browsing this Thread

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

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
  •