Results 1 to 3 of 3

Thread: Add a contact field with tasks count

  1. #1
    piccirm2 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    65

    Default Add a contact field with tasks count

    Hi

    I've added a field using enhanced studio that count the number of activity for each contact but this is not sortable.
    How can I add the same field but so that can be sorted ?

    tks

  2. #2
    eNick is offline Sugar Community Member
    Join Date
    Apr 2008
    Location
    UK
    Posts
    282

    Default Re: Add a contact field with tasks count

    Look in...

    \custom\modules\<Module>\metadata\listviedefs.php

    Change....

    '<FIELDNAME_C>' =>
    array (
    'width' => '10',
    'label' => 'LBL_MYCOUNT',
    'sortable' => true,
    'default' => true,
    ),

    Don't forget to rebuild extensions (Admin->Repair->Rebuild Extenstions)
    T H E S U G A R R E F I N E R Y
    : : : SugarCrm Customisation and Integration Services : : :

    SugarCRM Systems Integration Partner
    Trusted with SugarCRM
    http://www.theSugarRefinery.com ::: sales@{removethis}theSugarRefinery.com

  3. #3
    piccirm2 is offline Sugar Community Member
    Join Date
    Apr 2008
    Posts
    65

    Default Re: Add a contact field with tasks count

    Ok tks
    I know this and does not work with field type as "code"
    My question was how I can fill in this field without enhanced studio

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Add user related custom field
    By kuske in forum Developer Help
    Replies: 14
    Last Post: 2011-02-08, 06:17 AM
  2. HELP - Act import (field mapping)
    By smelamed in forum Help
    Replies: 32
    Last Post: 2010-12-15, 05:39 PM
  3. Custom Field add not visible is Edit Layout
    By tylerpoint in forum Help
    Replies: 0
    Last Post: 2007-07-09, 05:56 AM
  4. Replies: 0
    Last Post: 2006-06-21, 07:47 PM
  5. Why aren't tasks viewable from a contact name?
    By andrewstuart in forum Developer Help
    Replies: 1
    Last Post: 2004-11-16, 12:35 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
  •