You need to sign in to do that
Don't have an account?
Visualforce Page for Activity History & Chatter Post on Opportunities
How difficult would it be to create a Visualforce page that will show activity history and Chatter post on an Opporutnity?
function readOnly(count){ }
You need to sign in to do that
Don't have an account?
For displaying the activity history, If you are using the standard controller in your visualforce page you can display using the <apex:relatedList list="MyChildObjects__r" /> else you have to build the page block table and retrieve the related record information in your apex controller class. Check this blog post for the code sample to display the related list in the visualforce page. http://salesforcesource.blogspot.ca/2008/10/how-to-create-custom-related-list-on.html