Results 1 to 6 of 6

Thread: Ordering "View Summary"

  1. #1
    DarkScytale is offline Member
    Join Date
    Dec 2010
    Posts
    7

    Default Ordering "View Summary"

    Hello,

    I'm using sugarCRM version 6.1.0

    If I use the "view summary" function on an account, I get the history of actions. It works great but items are not ordered by date.

    Is it possible to change this (by configuration or by coding).

    Sebastien.

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: Ordering "View Summary"

    You need to modify the script modules/Activities/Popup_picker.php.
    You have to user the php built in function usort in order to sort $history_list.
    You must implement this hack before the line

    PHP Code:
    foreach($history_list as $activity
    Around #330.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

  3. #3
    Join Date
    Nov 2010
    Posts
    8

    Default Wrap the text in View Change Log

    Hiiiii

    When i click on View Change Log in the Leads module Edit View, the window for view change log appears.
    I need to wrap the text that appears under Old Value, New Value and other fields.
    Please help.


    Thanks in advance.

  4. #4
    DarkScytale is offline Member
    Join Date
    Dec 2010
    Posts
    7

    Smile Re: Ordering "View Summary"

    Thanks a lot Andopes !

    This works PERFECTLY !

    sebastien

  5. #5
    imran123 is offline Sugar Community Member
    Join Date
    Feb 2009
    Posts
    132

    Default Re: Ordering "View Summary"

    Figured out how to correct the sort order issue??if so please share your usort function

    Thanks

  6. #6
    imran123 is offline Sugar Community Member
    Join Date
    Feb 2009
    Posts
    132

    Default Re: Ordering "View Summary"


Thread Information

Users Browsing this Thread

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

Similar Threads

  1. How to improve history "Summary View"
    By japtone in forum Developer Help
    Replies: 4
    Last Post: 2011-03-10, 10:50 PM
  2. Any Way to edit the "View Summary" layout
    By tonesugaradmin in forum Developer Help
    Replies: 3
    Last Post: 2008-12-02, 04:24 PM
  3. "View Summary" sort order
    By monkey in forum Help
    Replies: 12
    Last Post: 2007-07-24, 11:47 AM
  4. Task "View Summary" sort order
    By 3tpcad in forum Help
    Replies: 0
    Last Post: 2006-08-03, 08:03 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
  •