Results 1 to 4 of 4

Thread: Task Dashlets

  1. #1
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Task Dashlets

    Hi,

    How can I show what a task is related to in the Task Dashlet, when the user logs on and he/she has 20 tasks, I want them to see that it is related to, so if a task is realted to an Account then in the dashlet you will see the name of the Account it is realted to...

    Is this posibble

    Rgds
    Chris

  2. #2
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Task Dashlets

    I got this solved, by copying the approah in the My Calls dashlet. I have another issue now, with my Accounts Dashlet

    I have created another filter to filter a custom field called Account Status, I am showing Account Status in the Dashlet and it works, it show all the Accounts with the different Account Status, but when I use the filter to only see Accounts that have a status of In progress, it will not show any results...

    Rgds
    CHris
    Last edited by chrislynch8; 2009-03-30 at 01:13 PM.

  3. #3
    sapell is offline Junior Member
    Join Date
    Jul 2009
    Posts
    3

    Default Re: Task Dashlets

    I am having the same problem and would like to shgow the account name in the task list off the home screen.

    Can you be specific on how to do this.

    Thanks

    Scott
    sapell@servercare.com

  4. #4
    chrislynch8's Avatar
    chrislynch8 is offline Sugar Community Member
    Join Date
    Oct 2007
    Location
    Cork, Ireland
    Posts
    747

    Default Re: Task Dashlets

    Hi,

    This is what you need to do.

    Copy the Dashlet directory from the Tasks module to the custom Task Directory.

    Edit MyTaskDashlet.Data.php to include the following in the "column" array

    PHP Code:
    'parent_name' => array('width' => '29',
                                     
    'label' => 'LBL_LIST_RELATED_TO',
                                      
    'sortable' => false,
                                      
    'dynamic_modules' => 'parent_type',
                                      
    'link' => true,
                                      
    'id' =>' PARENT_ID',
                                      
    'ACLTag' => 'PARENT',
                                     
    'related_fields' => array('parent_id''parent_type')), 
    Then edit the MyTaskDashlet.php and you need to point to the custom directory so edit teh
    PHP Code:
    require(moudle/.... 
    and change it to
    PHP Code:
    require(custom/module/..... 
    Then admin->Repair->Repair Dashlets

    This should be what you need and it will be upgrade safe

    Rgds
    Chris
    Linkedin Profile:Chris Lynch

    FDC IT Solutions
    FDC House
    Wellington Road
    Cork
    Ireland

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Remove dashlets from ADD DASHLETS
    By kinshibuya in forum Help
    Replies: 5
    Last Post: 2008-07-25, 07:04 PM
  2. Add Dashlets:Module View doesn't show all avaliable dashlets
    By Systems Navigator in forum Developer Help
    Replies: 0
    Last Post: 2007-05-30, 01:59 PM
  3. Project Task: how to notify to task creator
    By Lamorack in forum Developer Help
    Replies: 0
    Last Post: 2007-04-11, 09:36 AM
  4. Replies: 0
    Last Post: 2006-03-26, 11:21 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
  •