You need to sign in to do that
Don't have an account?
DSimpson
How to detect group a FeedItem was posted to
I'd like to detect which group a feeditem was posted to, and then use that information programmatically in a trigger. Is there a field on FeedItem taht tracks which group it was posted to? Or would I go through another means?
The "ParentId" field should give the ID of the record whose feed the feed item was posted on.
All Answers
The "ParentId" field should give the ID of the record whose feed the feed item was posted on.
So that would equal the "group id" (g=xxxxxxxxxxxxxx in the URL)?
Yes, it should