• klaine
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies

We are receiving complaints from our customers that they are receiving email messages from us with no body and no subject line. The problem cannot be consistently reproduced, but we suspect that it is a result of an exception happening during message composition. By configuring things so that an exception occurs during message composition, we have demonstrated that the system does, in fact, send out a blank email message when exceptions occur.

Salesforce basic support says that this (i.e. sending a blank email message) is not a bug. Furthermore, there seems to be no way to catch and handle the exception, no way of even detecting when it happens, unless a customer complains. Has anyone experienced a similar problem and found a way to handle it?

Details of our setup: Workflow rule on Opportunity, evaluated when a record is created, or when a record is edited and did not previously meet the rule criteria, triggers email alert. Alert uses Visualforce email template, which includes custom Visualforce components. 

User gets "Insufficient privileges" message trying to save a custom object for which they have Read, Create, Edit, and View All permissions. Classes and triggers invoked during the save refer to other objects. If user's profile has View All on every standard and custom object, the error still occurs. User can save only if profile has the View All administrative permission.

 

What resource does the administrative permission grant access to that is not included by all the individual objects' View All permissions?

  • December 05, 2009
  • Like
  • 0

User gets "Insufficient privileges" message trying to save a custom object for which they have Read, Create, Edit, and View All permissions. Classes and triggers invoked during the save refer to other objects. If user's profile has View All on every standard and custom object, the error still occurs. User can save only if profile has the View All administrative permission.

 

What resource does the administrative permission grant access to that is not included by all the individual objects' View All permissions?

  • December 05, 2009
  • Like
  • 0