Results 1 to 9 of 9

Thread: Want to build a report to track a user's activity

  1. #1
    Blehman is offline Junior Member
    Join Date
    Jan 2009
    Posts
    1

    Default Want to build a report to track a user's activity

    Hi all,

    I am trying to figure out how to build a report that will track all of my notes, calls, e-mails, and task for both leads and contacts for any given date range. Can anyone point me in the right direction for help on this?

    Thanks in advance.

    Bruce

  2. #2
    genius786's Avatar
    genius786 is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Karachi, Pakistan
    Posts
    131

    Thumbs up Re: Want to build a report to track a user's activity

    Hi,

    I think 'view change log' will help you to track or make this type of report. But i m not sure and not know any more. I think some one other will help you definitely. Best of luck



    Best regards,
    SARFARAZ AHMED KHAN
    Karachi, Pakistan
    skype: genius_crystal
    genius_crystal@hotmail.com
    92-314-2595624

  3. #3
    mvngti is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    South Africa
    Posts
    510

    Default Re: Want to build a report to track a user's activity

    If you can use some kind of external reporting tool (excel via odbc for example) the tracker table should give you what you are looking for.

    If you want to build something inside Sugar then you might use attached little module as a starting point. It can display a summary or detail of users' activity from the tracker table. Look for Tracker Display in admin after installing it and then customise custom/modules/Administration/TrackerDisplay.php to your needs.


    M
    Attached Files Attached Files
    --


    Marnus van Niekerk

    There are only 10 types of people in the world
    those who can read binary and those who don't

    Modules:
    CE Teams - Upgrade safe teams module for Community Edition
    FieldACL - Field Level Access Control for Community Edition
    EditLogicHooks - Create and edit Logic Hooks from the Admin GUI
    FlexibleChartDashlet - Display any data in a Dashlet Chart
    DocumentThumbnails - Thumbnails for Documents module

    Many questions can be answered by reading the Developers Manual

  4. #4
    marklark is offline Sugar Community Member
    Join Date
    Jan 2010
    Location
    Colorado Springs, USA
    Posts
    29

    Default Re: Want to build a report to track a user's activity

    Hi,

    The Tracker Display is just what I was looking for.

    I saw on another thread that it should be compatible with Sugar 5.5, so I installed it (version 1258729830).

    That went fine and it gives information initially, but when I click the 'Update' button, I get "Bad data passed in; Return to Home." :^/

    Any ideas?

  5. #5
    WizardofOs is offline Junior Member
    Join Date
    Feb 2011
    Posts
    2

    Default Re: Want to build a report to track a user's activity

    Quote Originally Posted by marklark View Post
    Hi,

    The Tracker Display is just what I was looking for.

    I saw on another thread that it should be compatible with Sugar 5.5, so I installed it (version 1258729830).

    That went fine and it gives information initially, but when I click the 'Update' button, I get "Bad data passed in; Return to Home." :^/

    Any ideas?
    have same issue - could you solve it ?

  6. #6
    marklark is offline Sugar Community Member
    Join Date
    Jan 2010
    Location
    Colorado Springs, USA
    Posts
    29

    Default Re: Want to build a report to track a user's activity

    It's a php setting thing.

    Near the top of this version of TrackerDisplay (in ./custom/modules/Administration/TrackerDisplay.php), there are two lines of code like:

    <input name='action' type='hidden' value='<?= $_REQUEST['action'] ?>'>
    <input name='action' type='hidden' value='<?= $_REQUEST['module'] ?>'>

    They will probably work as

    <input name='action' type='hidden' value='<?php echo $_REQUEST['action'] ?>'>
    <input name='action' type='hidden' value='<?php echo $_REQUEST['module'] ?>'>
    Last edited by marklark; 2011-02-18 at 05:33 PM. Reason: adding info

  7. #7
    yuanyelss is offline Junior Member
    Join Date
    Feb 2011
    Posts
    4

    Default Re: Want to build a report to track a user's activity

    It can display a summary or detail of users' activity from the tracker table. Look for Tracker Display in admin after installing it and then customise custom/modules/Administration/TrackerDisplay.php to your needs...

  8. #8
    Jalpesh.Rajani is offline Junior Member
    Join Date
    May 2011
    Posts
    2

    Default Re: Want to build a report to track a user's activity

    Hi, Where can I get the latest version for tracker display?

  9. #9
    marklark is offline Sugar Community Member
    Join Date
    Jan 2010
    Location
    Colorado Springs, USA
    Posts
    29

    Default Re: Want to build a report to track a user's activity

    There is another version linked in a slightly newer discussion:


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: 2008-02-20, 03:59 AM
  2. Daily Activity Report with Mileage tracker
    By hard$man in forum Feature Requests
    Replies: 3
    Last Post: 2007-08-18, 09:23 AM
  3. Account Stale Activity Report
    By asulgrove in forum Help
    Replies: 3
    Last Post: 2007-05-21, 01:27 PM
  4. Activity Report in Pro Report System
    By malcolmh in forum Classifieds
    Replies: 5
    Last Post: 2006-03-31, 06:42 AM
  5. closing activity report
    By mhaberl in forum Feature Requests
    Replies: 1
    Last Post: 2004-09-03, 01:59 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
  •