display only single task(assigned to multiple users) in related list corresponding to an Object

1k Views Asked by At

I want to assign a Single task to Multiple Users but want to display only single task in a related list corresponding to that Object.

At present If i am Assigning any task to Multiple Users, E.g- 50.User,It is creating 50 new new task corresponding to each 50 user in 50 new rows in a related list.It is becoming really conjusted to view.

Is there any way that Only Single Task would be created while assigning to Multiple Users and displayed Only Single Task to all Users in a related list to that Object.

Any kind of assistance would be really Appreciated.

Best Regards!

2

There are 2 best solutions below

1
On

The data model around Tasks does not support the idea of multiple users assigned to a single task. You might want to look at using Cases and Case Teams instead.

0
On

You could remove the activity related list from the page layout, create a visualforce page holding a customized related list for activities. You'd need to develop a controller extension that fetches all your activities and then you could filter out the duplicates.