Results 1 to 2 of 2

Thread: Studio and Lead List problem

  1. #1
    mmgareth is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    11

    Default Studio and Lead List problem

    Hi

    I am running Sugar CRM Opensource 4.2.1, and have found a problem with the Lead List when using the Studio.

    We do not need to use 'First Name' and 'Last name' fields in the Leads area, so these were removed form the 'Create Lead' form. We name the lead using the Account Name.

    The problem now is we cannot select any leads to edit using the 'Lead List', as the hyperlink to view/edit the lead seems to be the 'First Name' and 'Last name' fields.

    Is there anyway to make the Account Name field the hyperlink that will allow users to edit/view the lead?

    Any relevant information would be much appreciated.

    Thanks



    Gareth

  2. #2
    mmgareth is offline Sugar Community Member
    Join Date
    Jul 2006
    Posts
    11

    Default Re: Studio and Lead List problem

    If anyone else has this problem, here is a quick solution until someone else figures out a better way

    Change line 55 of modules/Leads/ListView.html

    From this:

    <td valign=TOP class="{ROW_COLOR}S1" bgcolor="{BG_COLOR}" ><slot>{LEAD.ACCOUNT_NAME}</slot></td>

    To this:

    <td valign=TOP class="{ROW_COLOR}S1" bgcolor="{BG_COLOR}" ><slot><{TAG.MAIN} href="{URL_PREFIX}index.php?action=DetailView&modu le=Leads&record={LEAD.ID}&offset={LEAD.OFFSET}&sta mp={LEAD.STAMP}" class="listViewTdLinkS1">{LEAD.ACCOUNT_NAME}</{TAG.MAIN}></slot></td>


    Hope this is useful for anyone else suffering with this issue.


    Gareth

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
  •