Skip to main content
I mass created a group of Chatter Free user logins and included their phone numbers. Some users later said they did not want their phone numbers appearing on their Chatter Profile, so I mass deleted them using Data Loader. Unfortunately Chatter automatically added a post to each user's profile, something like "Administrator changed Phone from [phone number] to a blank value. So their phone number still appears in their feed. How can I remove those auto posts? Cheers!
8 respuestas
  1. 25 nov 2011, 04:08
    I have not tried exporting my self but check if you can export  "UserFeed" Object data. See if  you can add filter in your query like Where Type = TrackedChange 

     

    UserFeed represents a single feed item in the feed displayed on a Chatter user profile feed. A user profile feed shows changes to a user record for fields that are tracked in feeds, as well as posts and comments about the record. A user feed shows recent changes to a user record for any fields that are tracked in feeds, as well as posts and comments about the record. It is a useful way to stay up-to-date with changes made to users in the organization. This object is available in API version 18.0 and later.
0/9000