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
hideawayguyhideawayguy 

show related object activity history

hi folks,

 

i have a custom object, booking__c that has a lookup to contact. i want a related list on booking__c that shows the activity history for the contact. is that possible?

 

thanks

 

dustin

Rahul_sgRahul_sg
This is possible but you'll have to build a VF page and controller for this.
hideawayguyhideawayguy

hey thanks for the info. i'm searching right now but not finding or searching the right stuff. any chance you know of of any examples of this or something similar to this that i can check out and work from ?

 

thanks you again...

 

dustin

Sujit NirkheSujit Nirkhe

Try to solve with Visualforce page with custom Controller.