The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
45 views

SOQL Selecting Chatter comments if been created or has been replied to in the last 24 hours

Hey guys I've been experimenting with different queries to try and get all Chatter Posts and their comments within the last 24hr period, but realize that doing this without Apex Triggers is much more ...
0
votes
0answers
51 views

Using createDate in the REST API

I'm just curious if there is a way to use between in the the REST api? Something like curl -v https://na15.salesforce.com/services/data/v27.0/chatter/feed-items/me/comments -H 'Authorization: Bearer ...
3
votes
1answer
32 views

Can Chatter Field Tracking settings be enforced/packaged in an ISV product?

In my managed package I have a custom object and I would like to enforce that Chatter field tracking is enabled for some of its fields. Can this be done and how? The custom object is a Project and I ...
3
votes
1answer
29 views

Tracking Feed Tracking Enable checkbox

i need to track changes whenever this Feed Tracking checkbox is enabled or disabled for Account Object. I need to have the visibility at user level. How do i track this? Please advice.
0
votes
0answers
28 views

Replying to Chatter Email Notifications

How to get dynamically Replying to Chatter Email address for a post feed item. http://login.salesforce.com/help/doc/en/collab_email_reply.htm Before replying, check the email address that ...
1
vote
1answer
36 views

Chatter feed sharing

I have a doubt regarding chatter feeds on a record. For example, if User A follows user B, and user B posts something to an object (e.g. an Invention), user A does not see it in their feed. They need ...
0
votes
2answers
94 views

Detecting chatter on a visualforce page

I have a VF page which uses standard controller (custom object). Basically I am overriding view action for a custom object. Now I have a section on this page which I want to show only if chatter is ...
0
votes
3answers
81 views

how to switch off chatter feed tracking for a single contact record

how to switch off chatter feed tracking for a single contact record? I need to change some info in a contact record and it shouldn't show anywhere in chatter that I have updated that value. It might ...
1
vote
1answer
156 views

Overcoming ContentDocumentLink single Contact restriction

I have a list of FeedItems I am iterating over. These are FeedItems for a List of Contacts that represent posts to their walls. Some of these posts are of type ContentPost, which basically means ...
1
vote
1answer
99 views

Display chatter feed for multiple contacts in VF

I have been tasked with replicating the Chatter tab for Contact List Views. For any list view, I have to get the Feed Items for the last 30 days just like in the standard functionality. What's ...
6
votes
4answers
611 views

How can I add an @mention when creating a FeedItem via APEX?

I have found that this can be done via the Chatter API, and that there is a pilot program (http://developer.force.com/cookbook/recipe/connect-in-apex-pilot) to bring this to APEX, but I am not ...
3
votes
2answers
213 views

Enable or check Chatter Feed Tracking programatically

Is there any way to enable Chatter Feed Tracking programatically for a object in salesforce.com? If not, it is possible to detect if an object is chatter enabled?