| Article: |
Using the Salesforce.com API | |
| Subject: | Re: create works but update errors | |
| Date: | 2008-08-01 09:04:35 | |
| From: | sb4oreilly | |
|
Response to: Re: create works but update errors
|
||
|
even i got the same error and i rewrote the code as follow and it worked $sfresult = $sforce->update('type','Lead',%lead);
|
||

