Results 1 to 4 of 4

Thread: Track Lead Status Changes Date

  1. #1
    JustinK101 is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    78

    Exclamation Track Lead Status Changes Date

    We need the ability to track when a lead status changes. For example, we have a bunch of custom status types and we want to look at a history of when a lead changed status. For example, something like:

    Code:
    Lead XYS
    
    Status             Date Set
    New                2007-10-01
    In Progress        2007-10-10
    Closed            2007-10-15
    Is this even possible? Thanks.

  2. #2
    dpatech is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    NC
    Posts
    287

    Default Re: Track Lead Status Changes Date

    This can be done using Sugar's auditing or "Change Log" feature. The Leads Status field has auditing turned on by default. You should be able to click on the "View Change Log" link when in the Lead Detail View for a particular Lead. This link is located between the "Edit", "Duplicate" buttons and the start of the detail panel. It will show you the date, user, old value and new value for each change to the status field.
    - Sugar Team
    dpa Technology LLC
    e-mail: dpaDeveloper@dpatechnology.com
    web: http://www.dpatechnology.com

  3. #3
    JustinK101 is offline Sugar Community Member
    Join Date
    Sep 2006
    Posts
    78

    Default Re: Track Lead Status Changes Date

    Quote Originally Posted by dpatech
    This can be done using Sugar's auditing or "Change Log" feature. The Leads Status field has auditing turned on by default. You should be able to click on the "View Change Log" link when in the Lead Detail View for a particular Lead. This link is located between the "Edit", "Duplicate" buttons and the start of the detail panel. It will show you the date, user, old value and new value for each change to the status field.
    I dont see a View Change Log Button, it goes Edit then Duplicate. Is this a feature I have to turn on? I am running the open source version.

  4. #4
    dpatech is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    NC
    Posts
    287

    Default Re: Track Lead Status Changes Date

    It is possible that it has been turned off. The vardefs.php file contains a property that turns auditing on or off for that particular module. Check your modules/Leads/vardefs.php file and make sure that the "audited" property is set to true as shown below.

    Code:
    $dictionary['Lead'] = array('table' => 'leads','audited'=>true, 'unified_search' => true,'duplicate_merge'=>true,
    This functionality exists in Sugar OS.

    See two screen captures below. The first shows you where the link would be displayed. The second is what the popup looks like.
    Attached Images Attached Images   
    - Sugar Team
    dpa Technology LLC
    e-mail: dpaDeveloper@dpatechnology.com
    web: http://www.dpatechnology.com

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2006-11-16, 12:33 AM
  2. From lead to order
    By george_bbch in forum Feature Requests
    Replies: 0
    Last Post: 2006-09-26, 02:02 PM
  3. Lead Status
    By seansealey in forum Help
    Replies: 0
    Last Post: 2006-05-12, 10:25 PM
  4. Problem setting date on task for lead
    By cstirland in forum Help
    Replies: 2
    Last Post: 2005-10-10, 07:45 PM
  5. Replies: 0
    Last Post: 2005-09-24, 10:27 PM

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
  •