• haroona
  • NEWBIE
  • 0 Points
  • Member since 2012

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

Hi,

I want to create a VF page with the latest emails sent, to all leads in the org.

 

I know each Lead detail page has a 'HTML Email' related list.

 

But I want to capture on one page, all emails to leads, sent across all leads.

 

Is that possible, and how can I do that?

 

Regards

 

-Haroon

  • September 03, 2012
  • Like
  • 0

Hi,

Can I do something like this in APEX:

 

update leads set company='MyCompany' where fname="myself";

 

This would update mutiple records with the one line command.

 

This of course is standard SQL syntax. Wondering if this is possible on the Force.com platform.

 

Regards

 

-Haroon

Hi,

Can I do something like this in APEX:

 

update leads set company='MyCompany' where fname="myself";

 

This would update mutiple records with the one line command.

 

This of course is standard SQL syntax. Wondering if this is possible on the Force.com platform.

 

Regards

 

-Haroon