Results 1 to 5 of 5

Thread: Description fld on the Calls ListView

  1. #1
    veerpoint is offline Member
    Join Date
    Jul 2009
    Posts
    6

    Default Description fld on the Calls ListView

    I'm trying to place standard Description fld (text fld) on the list view i.e. Calls by modyfing view definition in Studio. After placing it is not displayed on Calls list. Is there any idea how to display Description on Calls (or Meetings) list? Does anyone have any idea why it's not working properly?

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

    Smile Re: Description fld on the Calls ListView

    Hi,

    Are you create custom field in this module ? Can you place this field in the listview through STUDIO ?


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

  3. #3
    veerpoint is offline Member
    Join Date
    Jul 2009
    Posts
    6

    Default Re: Description fld on the Calls ListView

    This is standard field from standard installation Calls->Description [text fld]. I have it in all other views. I place it into list view by Studio. I checked listviewdefs.php and the field is added:

    //---------------------------------------------------------------------------
    <?php
    $listViewDefs ['Calls'] =
    array (
    'SET_COMPLETE' =>
    array (
    'width' => '1%',
    'label' => 'LBL_LIST_CLOSE',
    'link' => true,
    'sortable' => false,
    'default' => true,
    'related_fields' =>
    array (
    0 => 'status',
    ),
    ),
    'DATE_START' =>
    array (
    'width' => '15%',
    'label' => 'LBL_LIST_DATE',
    'link' => false,
    'default' => true,
    'related_fields' =>
    array (
    0 => 'time_start',
    ),
    ),
    'DESCRIPTION' =>
    array (
    'width' => '10%',
    'label' => 'LBL_DESCRIPTION',
    'sortable' => false,
    'default' => true,
    ),

    'ASSIGNED_USER_NAME' =>
    array (
    'width' => '2%',
    'label' => 'LBL_LIST_ASSIGNED_TO_NAME',
    'default' => false,
    ),
    );
    ?>
    //---------------------------------------------------------------------------

  4. #4
    crmsiva's Avatar
    crmsiva is offline A Sugar Hero
    Join Date
    Jan 2009
    Location
    Chennai, India
    Posts
    1,130

    Default Re: Description fld on the Calls ListView

    Hi

    Problem may be due to cache is not updated with latest change. Make sure cache folder is writable. Try Quick Repair.

    Before doing all the above, click Clear button in the search of calls and meetings

  5. #5
    veerpoint is offline Member
    Join Date
    Jul 2009
    Posts
    6

    Default Re: Description fld on the Calls ListView

    Clear button solved the problem . Thank You very much.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. description na listview
    By veerpoint in forum Polish
    Replies: 1
    Last Post: 2009-07-08, 08:10 AM
  2. Have Description field in Calls Dashlet on Home
    By imrankha in forum Developer Help
    Replies: 3
    Last Post: 2009-02-13, 05:42 PM
  3. Subject of calls not appearing in listview
    By vishwasrao in forum Developer Help
    Replies: 0
    Last Post: 2009-01-15, 04:07 AM
  4. Select Calls From ListView
    By Dietrich in forum Help
    Replies: 0
    Last Post: 2007-02-26, 12:31 PM
  5. how do display description and other values in listview
    By sugarcare in forum General Discussion
    Replies: 0
    Last Post: 2006-05-04, 11:24 PM

Tags for this Thread

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
  •