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
Michael MMichael M 

Assign task to multiple users

Hello, I need to add a task to multiple users (in other words, 
 i need to duplicate "assigned to" and "due date" multiple times in the same task.) Is there a way to do it?

I am using a quick action-new task. The quick action is on the Account and Contact objects, and I am using it to replace the standard OOB tasks layout. 
 
Best Answer chosen by Michael M
Agustin BAgustin B
Hi Michael, here you have 2 links on assigning multiple users one for classic one for lightning.
Classic: https://help.salesforce.com/articleView?id=activities_multi_user_tasks.htm&type=5
LEX: https://releasenotes.docs.salesforce.com/en-us/summer18/release-notes/rn_sales_productivity_tasks_multiple_assignees.htm

Hope it helps

All Answers

ShirishaShirisha (Salesforce Developers) 
Hi Michael,

You can create task and assign it to the Group(instead of multiple users) which will create the duplicate task records as mentioned in the below Idea which was delived in Summer'18 release:

https://success.salesforce.com/ideaView?id=08730000000LgQCAA0

Please refer the release notes for more information:

https://releasenotes.docs.salesforce.com/en-us/summer18/release-notes/rn_sales_productivity_tasks_multiple_assignees.htm

Please refer this doc for steps:https://help.scoro.com/manuals/336

Kindly let me know if it helps you and close your query by marking it as best answer so that it can help others in the future.

Warm Regards,
Shirisha Pathuri
Agustin BAgustin B
Hi Michael, here you have 2 links on assigning multiple users one for classic one for lightning.
Classic: https://help.salesforce.com/articleView?id=activities_multi_user_tasks.htm&type=5
LEX: https://releasenotes.docs.salesforce.com/en-us/summer18/release-notes/rn_sales_productivity_tasks_multiple_assignees.htm

Hope it helps
This was selected as the best answer
Michael MMichael M
Hi Agustin, I am not seeing that option in my org. It looks like I can only assign to 1 person:
User-added image
Agustin BAgustin B
Hi Michael, it is not available for quick actions, it should be done this release, check this idea
https://success.salesforce.com/ideaView?id=0873A000000Lv45QAC
Michael MMichael M
Thank you. Is there any possible workaround? Can I duplicate the "assigned to" field in a custom field? Or can I use the same "Assigned to" field multiple times in a visualforce page?
Agustin BAgustin B

Hi Michael, check my first response, those are the workarounds I can think of using standard tasks. I would try them out before going for a programmatic solution.

If it helps please like or mark as correct if you could solve your issue.

Good luck