You need to sign in to do that
Don't have an account?
Chatter Feed related to a Record as well as a Chatter Group
Hello everyone,
I have a requirement where with Apex, I was generating chatter feeds and using the ParentId, I was posting it in a Chatter Group.
Now, the users want that along with posting it in the Group, this feed should also be displayed in a custom visualforce related list on the record detail page.
To fetch feeds related to a record, I would need the ParentId to be that of the record. This will then not allow me to post it in the group (which I'm currently doing).
So I need to know if there's a way to post a feed in a group as well as associate it with a Record using Apex?