Results 1 to 4 of 4

Thread: Sorting of history sub panel?

  1. #1
    wjohnson is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    242

    Default Sorting of history sub panel?

    The history subpanel has a column for Date Modified which actually lists the Date Sent of an email and not the Date Modified. We noticed because our users are archiving a lot of old emails into the system and now the sort order does not reflect the dates listed in the Date Modified column of the subpanel.

    Is this a bug or is this the design as intended?

    I think I'm going to try to run a query on the email table which will update the date modified to the date sent to get around this sorting issue.

  2. #2
    wjohnson is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    242

    Default Re: Sorting of history sub panel?

    Nobody has noticed this?

  3. #3
    brendanwalsh is offline Sugar Community Member
    Join Date
    Jul 2005
    Posts
    35

    Default Re: Sorting of history sub panel?

    Just bumping this up - we are facing the same issue. The emails are sorting correctly but the date shown is incorrect. Any solutions?

    Brendan
    Brendan Walsh
    UK Sugar Partner

  4. #4
    wjohnson is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    242

    Default Re: Sorting of history sub panel?

    http://www.sugarcrm.com/wiki/index.p...Archived_Email

    I now just run the following query on the first of every month:

    UPDATE `emails` SET `date_modified` = CONCAT(`date_start`, ' ', `time_start`)

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Assigned Users for Note in History Sub panel
    By qhussain in forum Developer Help
    Replies: 14
    Last Post: 2010-10-04, 06:11 PM
  2. pls help me change the history panel
    By mycrmspacegunnar in forum Help
    Replies: 0
    Last Post: 2006-12-07, 04:13 PM
  3. Replies: 0
    Last Post: 2006-03-03, 03:21 PM
  4. View Summary of History sorting by date
    By frankt in forum Help
    Replies: 0
    Last Post: 2006-01-12, 02:52 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
  •