↧
Answer by Rob Alexander for Add Chatter group as follower to Case
Try using CollaborationGroupRecord for this:https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_collaborationgrouprecord.htm
View ArticleAdd Chatter group as follower to Case
Whenever a case gets created/modified by one of chatter group member,they want to see the all chatter feed related to the case on the chatter group.For this I wrote a trigger where I was able to add...
View Article