Hi,
In a Subpanel how to I have them sort by the date created? Without the need for the user to set this, I want it to just happen
Rgds
Chris
Hi,
In a Subpanel how to I have them sort by the date created? Without the need for the user to set this, I want it to just happen
Rgds
Chris
Never Mind,
Found it in the layoutdefs extension for Accounts
Rgds
CAPTHA is very annoying
Hello,
Write following line of code
custom/Extension/modules/Accounts/Ext/Layoutdefs/<FILENAME>.phpPHP Code:$layout_defs['Accounts']['subpanel_setup']['contacts']['sort_by'] = 'date_entered';
Repair & Rebuild cache.
Just a matter of 4 mins!! Good to know you found answer!
Last edited by davidboris; 2010-09-16 at 11:47 AM.
Thumbs up.
Skype ID - david__boris
SugarForge Projects:
WYSIWYG now in studio!(Version 1.1 is out now!)
Sugar Feeds on your personalized home pages like iGoogle, My Yahoo!, etc.
Fab Tools! > Dashlet Not Followed Opportunities for past six Months
Hi Chris,
You have to extend the layoutdef.
Create a file at:
custom/Extension/modules/Contacts/Ext/Layoutdefs/<filename>.php
-where Contacts is the module that holds the subpanel in it's detailview.
-filename could be any you like
In the file write:
Do a quick repair & rebuild and you done.Code:$layout_defs['Contacts']['subpanel_setup']['accounts']['sort_by'] = 'date_entered';
Hope it helps!
Best regards
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks