• Amueller
  • NEWBIE
  • 0 Points
  • Member since 2011

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

Hello,

 

I am trying to capture an email address with a form and then search for it in saelsforce and if it exists I will convert the lead. I can convert the lead via API but I can't seem to lookup by a form value, like $emailx. All I have to go on is

 

$result = $crmHandle->search('FIND {Joe Moke} IN Name Fields RETURNING Lead(Name, Phone)');



Which doesn't seem to work. There's isn't much PHP salesforce API help that I have found,

 

Any help would be appreciated.

Hello,

 

I am trying to capture an email address with a form and then search for it in saelsforce and if it exists I will convert the lead. I can convert the lead via API but I can't seem to lookup by a form value, like $emailx. All I have to go on is

 

$result = $crmHandle->search('FIND {Joe Moke} IN Name Fields RETURNING Lead(Name, Phone)');



Which doesn't seem to work. There's isn't much PHP salesforce API help that I have found,

 

Any help would be appreciated.