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
apexsutherlandapexsutherland 

Content Email alert preferences on User object

There are two checkbox properties on the User record detail/edit page:

 

 

  • Receive Salesforce CRM Content Email Alerts
  • Receive Salesforce CRM Content Alerts as Daily Digest
As best I can determine, these two settings are not available in the Salesforce API on the User object (or on any related object I've checked).
I need access to these settings on the User object at least with Apex code so that I can expose them to Customer Portal users in a custom "My Profile" page. Is there any way to retrieve and set these properties?

 

Shilpa_SFShilpa_SF

Hi,

 

    User object is not completely customizable and only limited customization can be done on it. The fields which are mentioned below are not exposed through API.Hence you cannot access these two settings

apexsutherlandapexsutherland

Frustrating. These properties should be exposed for update in the API.

FinnArildFinnArild

Vote for idea here

FinnArildFinnArild

Sorry ... that link was bad. Vote for the idea HERE