One of the questions which has come up pretty often in regards to writing Chatter applications is: what is the difference between adding a feedpost, and updating my user status? Many developers have seen that, if they query the FeedPost object, a user status is a FeedPost of type 'User Status' (for further discussions of FeedTypes, check out the Introduction to Chatter article) . 

Userstatus

The platform, however, does not allow you to insert a FeedPost of type UserStatus directly, a User Status update must be performed by updating the User.currentStatus field. To make it easier, I put together a quick video to demonstrate the differences in creating a FeedPost vs. a User Status. 

Get the latest Salesforce Developer blog posts and podcast episodes via Slack or RSS.

Add to Slack Subscribe to RSS