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
KJINCANKJINCAN 

Custom object feed to group

I am new to creating things, but I was wondering if there is a method that would allow you to connect Chatter posts on an custom object feed to post within a particular related group?

 

Any ideas on how this could happen would be appreciated.

bob_buzzardbob_buzzard

You'd have to write a trigger on the chatter feeditem object to achieve this.  You'd need to inspect the id of the parent to determine which object the feeditem applies to, and if it matched your custom object, clone it to the group.