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.
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.
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
Around #330.PHP Code:foreach($history_list as $activity)
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.
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.
Thanks a lot Andopes !
This works PERFECTLY !
sebastien![]()
Figured out how to correct the sort order issue??if so please share your usort function
Thanks
great..Also on this thread http://www.sugarcrm.com/forums/showthread.php?t=68531
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks