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
WeylandYutanieWeylandYutanie 

Specific Chatter Posts to Groups

Hi again!  I would like to try something like the following on a custom object I created (feed tracking is active for properties).

 

--  When a custom object is created/updated, I would like to push the chatter post to a specific Group.

 

To do this, I believe I will need to do the following:

1) Set up an Apex Trigger under:  Setup-->Customize-->Chatter-->Triggers

 

But I am not sure how to code this.  Are there any examples online that I could refernce?  It would be great to not have the chatter area on the custom object's tab and only sends feed updates to the Group.

 

Many thanks,

Weyland

srikeerthisrikeerthi

Hi

 

Please go through this link http://wiki.developerforce.com/index.php/Chatter_Code_Recipes

for the sample Chatter Code .You can write the Triggers on Feed Comment and Feed Item but

not on the Chatter Feed.