• oberman
  • NEWBIE
  • 0 Points
  • Member since 2007

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

I was trying to figure out how to get the information out of EmailStatus.  The document I found is:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_emailstatus.htm?Highlight=EmailStatus

I tried to send a DescribeSObject message on "EmailStatus", but the result was a list of fields (not a list of query results).  If I try to run a query, I get an error.  What am I doing wrong?  I'm trying to figure out the number of times the recipient opened an email.

I've been doing my development using Java, and cross-posted there as well.  I thought I'd check here, as this might be client-side independent...

Thanks,

Will
Hi,

I was trying to figure out how to get the information out of EmailStatus.  The document I found is:
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_emailstatus.htm?Highlight=EmailStatus

I tried to send a DescribeSObject message on "EmailStatus", but the result was a list of fields (not a list of query results).  If I try to run a query, I get an error.  What am I doing wrong?  I'm trying to figure out the number of times the recipient opened an email.

Thanks,

Will