Results 1 to 3 of 3

Thread: Listing top ten opportunites by close date.

  1. #1
    Danielg42 is offline Sugar Community Member
    Join Date
    Jun 2006
    Location
    Orange County, CA
    Posts
    187

    Default Listing top ten opportunites by close date.

    I was wondering if there was a way to allow me to order the "Top Ten Opportunities" on the home page by close date rather than by the amount they're worth.
    Has anyone ever done anything similar?

  2. #2
    sacramentojoe is offline Sugar Community Member
    Join Date
    Nov 2005
    Posts
    447

    Default Re: Listing top ten opportunites by close date.

    Quote Originally Posted by Danielg42
    I was wondering if there was a way to allow me to order the "Top Ten Opportunities" on the home page by close date rather than by the amount they're worth.
    Has anyone ever done anything similar?
    Yeah, you have to change this line
    $ListView->setQuery($where, 5, "amount DESC", "OPPORTUNITY", false);


    in the modules/Opportunities/ListViewTop.php

    Try this
    $ListView->setQuery($where,5,"date_closed DESC","OPPORTUNITY",false);

    You might need to change the DESC to ASC depending on how you want it to view.

  3. #3
    Danielg42 is offline Sugar Community Member
    Join Date
    Jun 2006
    Location
    Orange County, CA
    Posts
    187

    Default Re: Listing top ten opportunites by close date.

    Thanks!

Thread Information

Users Browsing this Thread

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

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
  •