Results 1 to 2 of 2

Thread: Tip - call types in the History subpanel

  1. #1
    netron is offline Sugar Community Member
    Join Date
    Jan 2008
    Posts
    85

    Default Tip - call types in the History subpanel

    sugar 4.5.1

    if only "Held" or "Not Held" call types are being displayed in your History subpanel, just edit

    modules/Calls/subpanels/ForHistory.php

    comment out the line:
    'where' => "(calls.status='Held' OR calls.status='Not Held')",

    so that it looks like this:
    //'where' => "(calls.status='Held' OR calls.status='Not Held')",


    if you have expanded the range of call status types (such as "Engaged", "Answered", "Wrong number" etc etc) these call status types will now be displayed in the History subpanel of a Lead detailview.

  2. #2
    kuske's Avatar
    kuske is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Germany
    Posts
    2,597

    Default Re: Tip - call types in the History subpanel

    Very useful, I think, thank you very much.

    hk

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2009-08-07, 11:59 AM
  2. Replies: 1
    Last Post: 2008-01-31, 12:22 AM
  3. How do I modify the Subpanel History?
    By jasson in forum Developer Help
    Replies: 2
    Last Post: 2008-01-10, 10:57 AM
  4. Replies: 1
    Last Post: 2007-09-18, 06:36 AM
  5. Replies: 3
    Last Post: 2006-07-18, 10:22 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
  •