function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Andrew BudziszekAndrew Budziszek 

Show all open opportunities on custom home page?

I'd like to see all of the open opporutnities on a custom home page along with the standard dashboard. How can I accomplish this? 

Thanks
Best Answer chosen by Andrew Budziszek
William LópezWilliam López
Hello Andrew Budziszek,

I have done this in the past using a simple VisualForce Page and a enhancedList element. I my blog I have a complete example of how to acomplish this:

http://billsalesforce.blogspot.com/2015/04/salesforce-listview-as-home-page.html?spref=tw

Please let me know if this helps you.

Regards,

​Don't forget to mark your thread as 'SOLVED' with the answer that best helps you. 

All Answers

sandeep sankhlasandeep sankhla
Hi Andrew,

You can query all open opportunity and show that in yourcustom VF page..also you can use salesforce-analytics-api- for showing the report and dashboard in your VF page..

please see below link for more help
https://developer.salesforce.com/blogs/developer-relations/2013/09/using-the-salesforce-analytics-api-on-a-visualforce-page.html

Please implement and let me know if it fulfill your need..

P.S. If my answer helps you to solve your problem please mark it as best answer. It will help other to find best answer.

Thanks,
Sandeep
Salesforce Certified Developer 
William LópezWilliam López
Hello Andrew Budziszek,

I have done this in the past using a simple VisualForce Page and a enhancedList element. I my blog I have a complete example of how to acomplish this:

http://billsalesforce.blogspot.com/2015/04/salesforce-listview-as-home-page.html?spref=tw

Please let me know if this helps you.

Regards,

​Don't forget to mark your thread as 'SOLVED' with the answer that best helps you. 
This was selected as the best answer
Andrew BudziszekAndrew Budziszek
Thanks, William. You had exactly what I needed.