You need to sign in to do that
Don't have an account?
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
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.