function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
thomas Bosserthomas Bosser 

Update Lead using PHP toolkit

Hi, 
I need to update existing leads using soap php toolkit.
I can't get leads id, can I use external id ? 
NagendraNagendra (Salesforce Developers) 
Hi Thomas,

Please find the below details matching your requirement criteria.
  • You need to consume web service of Salesforce into ur PHP App.
  • Either partner or enterprise WSDL.
  • You will get it on salesforce account.
  • And get the read of Salesforce Web Service API Guide.
There is a PHP Toolkit that will help you to accelerate quickly: 
http://wiki.developerforce.com/index.php/Web_Services_API#PHP.

This is practically the de facto standard for accessing Salesforce through PHP. In fact, I believe that even the Drupal to Salesforce module uses it. Just drop it in place, include the scripts when you need to run them, and use the interfaces it provides.

See the samples section below: 
http://wiki.developerforce.com/index.php/PHP_Toolkit_13.0_Samples.
This includes plenty of samples with how to login, update records, etc.

For more information on updating existing leads using soap php toolkit by external ID please refer to the below link:
https://developer.salesforce.com/forums/?id=906F00000008sthIAA

Please mark this as solved if it helps.

Best Regards,
Nagendra.P