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
Adarsh Bhat GAdarsh Bhat G 

Set the default group notification using CollaborationGroup object?

How do we set the default notification for a chatter group from never to  daily? I dont  want  to do it by using CollaborationGroupMember object because every time the new user is added to the group, we need to update CollaborationGroupMember record associated to it.  How can we set it on group level?

Regards,
Adarsh
VinayVinay (Salesforce Developers) 
Hi Adarsh,

You can do this using a dataloader update on the user object.  Check below reference.

https://help.salesforce.com/s/articleView?id=000315501&type=1

Hope above information was helpful.

Please mark as Best Answer so that it can help others in the future.

Thanks,