function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
IvanB@LMIvanB@LM 

Chatter settings - my feeds

Hello, Does anyone know where does SF store setting info when 'Automatically follow records that I create' under Personal Setup->My chatter settings->My feeds are checked ? I need to update about 100 users and knowing backend object, column name I could use data loader, thanks.
Jia HuJia Hu

on User object

http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_user.htm

 

UserPreferencesEnableAutoSubForFeeds

When true

, the user automatically subscribes to feeds for any objects that the user creates. This field is available in API version 25.0 and later.

 

UserPreferencesDisableAutoSubForFeeds

When false, the user automatically subscribes to feeds for any objects that the user creates. This field is deprecated in API version 25.0 and later. Starting with API version 25.0, useUserPreferencesEnableAutoSubForFeeds to enable or disable auto-follow for objects a user creates.