Results 1 to 2 of 2

Thread: Default sort

  1. #1
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default Default sort

    I am, trying to to change the default sort of on of my pains (History).

    I want then to sort by status and then the date

    I was wondering where in the studio would i do that?

  2. #2
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default Re: Default sort

    http://www.sugarcrm.com/forums/showthread.php?t=43391

    FILE IN modules/Leads/metadata/subpaneldefs.php
    'history' => array(
    'order' => 30,
    'sort_order' => 'desc',
    'sort_by' => 'status asc, date_modified',
    'title_key' => 'LBL_HISTORY_SUBPANEL_TITLE',
    'type' => 'collection',
    'subpanel_name' => 'history', //this values is not associated with a physical file.
    'module'=>'History',
    Last edited by cff_moiseszaragoza; 2011-01-27 at 03:22 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SubPanel default sort order
    By Bryan in forum Developer Help
    Replies: 5
    Last Post: 2010-11-29, 12:44 PM
  2. Where to change of default sort in lists
    By inas miles in forum Developer Help
    Replies: 1
    Last Post: 2010-04-18, 07:00 PM
  3. Default sort, status=New
    By Tavares in forum Developer Help
    Replies: 0
    Last Post: 2007-08-01, 06:05 PM
  4. Default sort
    By codek in forum Feature Requests
    Replies: 28
    Last Post: 2006-07-14, 12:38 PM
  5. Default sort in listView...
    By nomar in forum Developer Help
    Replies: 18
    Last Post: 2006-07-05, 12:31 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
  •