• archCool
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 5
    Questions
  • 3
    Replies
This exception is being thrown on  
Messaging.SendEmailResult[] results = Messaging.sendEmail( allMails );

SendEmail failed. First exception on row 0; first error: UNKNOWN_EXCEPTION, Read access denied for object. The user definitely has read access on the object. Do we know why this might be happening? 

I have a BPO(base platform object) which is a standard object. The are no triggers under this object. Looks like this object is not triggerable. I stilll want to be able to write triggers on this object. What can I do?

This exception is being thrown on  
Messaging.SendEmailResult[] results = Messaging.sendEmail( allMails );

SendEmail failed. First exception on row 0; first error: UNKNOWN_EXCEPTION, Read access denied for object. The user definitely has read access on the object. Do we know why this might be happening? 

Hi Friends,

 

I had created a field by specifying its help text. Then I tried to display it in VF but wat happened was the bubble is getting displayed. When i tried to hover over the bubble, the help text is not getting displayed.. But its working in standard page. I tried to display the field using both <apex:pageblocksection> & <apex:pageblocksectionitem>....Help reqd immediately....

 

 

Thanks in advance....

  • April 06, 2011
  • Like
  • 0