Find your content:

Search form

You are here

How do we create a chatter group for a particular object

 
Share

How do we create a chatter group for a custom object. In that group I want to post feed comments and feed posts regarding to that particular custom object and display in that group.


Attribution to: Ugesh Gali

Possible Suggestion/Solution #1

I believe chatter groups can't be specific to an object or record only. One possible way to achieve this could be via Apex triggers i.e.

  1. Create a private group via apex or manually
  2. Make required users follow the group programmatically based on your biz rules.
  3. Trigger on FeedItem or specific object to programmatically post/share object required updates on the group

Attribution to: Abhinav Gupta

Possible Suggestion/Solution #2

An option you might want to look into: http://appexchange.salesforce.com/listingDetail?listingId=a0N30000008atj9EAA

This is a bit more general that creates a group for an "Alert" vs a specific object. The principle is similar.


Attribution to: Salesforce Wizard
This content is remixed from stackoverflow or stackexchange. Please visit https://salesforce.stackexchange.com/questions/1344

My Block Status

My Block Content