Results 1 to 5 of 5

Thread: Account list problem

  1. #1
    Sir_DoomsDay is offline Junior Member
    Join Date
    Jun 2006
    Posts
    2

    Default Account list problem

    Hi there!
    I've been checking different options in SugarCRM and while doing so I deleted "account name" field in account list tab. I managed to put it back on, but now it isn't a hiperlink - you cannot click on account name on the list to take you to account details. It's plain text now. How do you change it back to hiperlink??
    Thanks

  2. #2
    Join Date
    Jun 2006
    Posts
    5

    Default Re: Account list problem

    I have the same problem. I also lost the hyperlink after accidentally deleting the Account field in the Account List View. Similar problem with My Leads: deleted the hyperlink field (compound first-last name) and can't get a hyperlink field to appear on the screen.

    I'll be anxious to hear how to fix this.

    Thanks,
    Tom

    Version 4.2.0d

  3. #3
    Markku's Avatar
    Markku is offline Sugar Community Member
    Join Date
    Nov 2004
    Location
    Helsinki
    Posts
    910

    Default Re: Account list problem

    I guess the easiest way is to to revert your modified /modules/Accounts/listview.html file back to the original Sugar version (copy the file in question from the Sugar zip-file).

  4. #4
    Join Date
    Jun 2006
    Posts
    5

    Unhappy Re: Account list problem

    Markku,

    Thank you; do you know if there is a way to "activate" or create a hyperlink for Account Name on the Account List View ? I would greatly prefer that to reverting to the original file, if possible.


    Thank you,
    Tom Kimball

  5. #5
    tenetor is offline Junior Member
    Join Date
    Oct 2006
    Posts
    3

    Default Re: Account list problem

    I had the same problem and the best solution I found was to edit the ListView.html and to add the tag I found in the original. Example:

    <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.LAST_NAME}</{TAG.MAIN}></slot>

    When you add the field Sugar only adds:

    <slot>{LEAD.LAST_NAME}</slot>

    If you want the hyperlink in that field, you need to leave it like the first example.

    Regards

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
  •