Hi
When listing the history and the todo task of an account (or a projet), the actions are displayed sorted by modification date.
How to display the scheduled date instead of the modification date ?
Thanks a lot![]()
Hi
When listing the history and the todo task of an account (or a projet), the actions are displayed sorted by modification date.
How to display the scheduled date instead of the modification date ?
Thanks a lot![]()
Not using Studio ... you'll have to customise the code for this
Apache/2.2.3 (Debian) PHP/5.2.0-8+etch11 MySQL 5.0.32
SalesAgility.com - SugarCRM Experts (UK)
Authors of Advanced OpenSales - Open Source Quotations, Invoices, Products and Contracts modules for SugarCRM Community Edition - Download here
Can you point us in the right direction for code modification for the sorting of the data?
I'm in CE 5.2h on RHEL, PHP, MYSQL, ETC.
I think so!good!
Skin CarePVC HoseWholesale Picture FramesFrontline CatWire Harness
We want to do the same thing. Under history we see start date (meetings)
Hi all,
I just got this working to display key fields in place of date_modified. Specifically:
date_start for Calls
date_sent for Emails
date_start for Meetings
date_due for Tasks
note_date for Notes (a custom field with the actual date of the activity)
These threads were the most helpful:
http://www.sugarcrm.com/forums/showt...subpanels+date
and
http://www.sugarcrm.com/forums/showt...ighlight=alias
Note in the second thread the use of the alias and the sort_by lines in every field definition in his ForOppsHistory subpanel. By using date_modified as the alias name, you save lots of hassles.
The basic steps are:
1. Create a new header label if desired
2. Create a new subpanel by copying ForHistory.php to a new file e.g. ForNewHistory.php in each of the five modules above (see the second thread above)
3. Extend the main module where the subpanel will appear (e.g. I extended Accounts, Contacts and Opportunities) by creating a new definition for the history subpanel in custom/Extensions/modules/Accounts/Ext/Layoutdefs/custom_subpanel.php replacing ForHistory with ForNewHistory where it appears.
4. Repair
Good luck.
Phil
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks