You need to sign in to do that
Don't have an account?

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
Thanks
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
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
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
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.