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
Anand_agrawal@persistent.co.inAnand_agrawal@persistent.co.in 

How to display closed/completed tasks in related list ?

Hello,


I am working on a tool, in which I am using TASK (Activity) standard object as the task assigned to a particular user, so that it can be appeared on the home page when user login.


It has one parent object (let’s suppose ParentTask object). Users can see the task assigned to them either by going to ParentTask records and find out the associated task records in related list or on home page where the tasks will appeared when the users login.


My requirement is when users go to parentTask record they can see all the task’s records (Open & Completed). However on the home page they find only the open tasks.


Can anyone please suggest me the way to get this requirement ?


Thanks & Regards,

Anand Agrawal.