You need to sign in to do that
Don't have an account?

Chatter Email Settings - what field in the user object holds this?
I want to disable all Chatter emails for my users when they are created (we load our users via daily feed).
I can't seem to identify the correct field in the user object which holds the setting. I see the one which auto-subscribes users to records/feeds, but I can't find the one which disables Chatter emails completely.
Anyone know?
Hi T@IHG,
From your post there seems that you want to restrict emails to users , but its not quite clear whether you want to totally restrict the email or you want to restrict the emails of only the newly formed users:-
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
All Answers
Hi T@IHG,
From your post there seems that you want to restrict emails to users , but its not quite clear whether you want to totally restrict the email or you want to restrict the emails of only the newly formed users:-
Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.
Yep, I suspect that will do it. I was looking for a setting PER USER, but it's much easier just to disable it completely.
Thanks!
It appears that the way to do this is to query
Save the result to CSV, then update the User object to set
DefaultGroupNotificationFrequency and
DigestFrequency to N for never
and the UserPreferencesDisable and Dis fields to TRUE.
When I attempt this, the update completes but the user email preferences remain unchanged. Am I overlooking something?