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?
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 lineOriginally Posted by Danielg42
$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.
Thanks!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks