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
daniel.duartedaniel.duarte 

Assigning tasks to a public group

Hello,

Is there anyway that I can assign a task to a public group, preferentially minimizing the use of Apex code? I have a custom object with a custom field Status__c. I want that when an user associated with a certain profile causes a status change in the object, a task is assigned to a public group associated with that object.

Best Answer chosen by Admin (Salesforce Developers) 
sfdcfoxsfdcfox

Tasks are owned by a user, not a group. You will need Apex Code. Try looking on the AppExchange, or you'll have to write your own.