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
Bryan Revelant 18Bryan Revelant 18 

Tasks to queues

I tried creating a declarative way to assign task to queues. This is what I have tried. 

Created a workflow rule: 

When Name = null
Change record owner to queue
Update Check box

2nd workflow rule 
When check box = true 
send task 

What is happening is it is assigning the creator to the task.... Is this a bug or whats going on? 



Hargobind_SinghHargobind_Singh
Hi Bryan,

Currently Salesforce doesn't support Tasks to be assigned to queues. Here is an idea that you can vote on: https://success.salesforce.com/ideaview?id=087300000007HC0AAM

Howeer, you can look at Group Tasks : https://help.salesforce.com/HTViewHelpDoc?id=activities_multi_user_tasks.htm&language=en_US (https://help.salesforce.com/HTViewHelpDoc?id=activities_multi_user_tasks.htm&language=en_US)

Or implement a custom solution by creating your own task objects, but would be some work and tasks won't show up in users' task lists etc.