The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
49 views

Retrieve UserId of @mention user from chatter post in Apex

Is there a way to retrieve the user id of @mention user from chatter post in Apex? We can write a before insert trigger on feeditem, but when we display the body (which has @mention user) it simply ...
1
vote
1answer
34 views

Force Show the latest Chatter Feed Item relating to a record

Not really a question but something cool that might belong here, we had a customer that has a round robin process for lead assignment driven by a button. We from there are calling a hidden Visualforce ...
1
vote
2answers
140 views

A Chatter Feed related to a Record as well as a Chatter Group

I have a business case where currently we post chatter feeds to a Chatter Group using Apex. This is done by assigning the CollaborationGroup (chatter Group) Id to the ParentId field on the FeedItem. ...
2
votes
1answer
159 views

Sharing Feed Item with Chatter Group

I am capturing YouTube URLs in a Custom object, and I want to post new submissions to a chatter group. But I also want to take advantage of the nice inline youtube player in Chatter Feeds, which I ...