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
Ashu sharma 38Ashu sharma 38 

How to create component for showing activity for related object.

Hi,

I have a requiremnet I have to show the activity related to object in contact object.

Thanks.
MagulanDuraipandianMagulanDuraipandian
If you using Lightning Experience, add Activities standard component. It should suffice your requirement.
--
Magulan Duraipandian
www.infallibletechie.com
Ashu sharma 38Ashu sharma 38
Hi,

I have contact and Custom object,In custom object,Activity is there,I need to show Contacts activity also in my custom object.How to achieve.

Thanks
 
MagulanDuraipandianMagulanDuraipandian
You have to develop your custom component for this. Standard component won't help in this scenario.