| Article: |
Using the Salesforce.com API | |
| Subject: | create works but update errors | |
| Date: | 2007-03-20 10:34:22 | |
| From: | thvv | |
|
My code is a minor mod to the example.
|
||
Showing messages 1 through 2 of 2.
-
Re: create works but update errors
2007-07-30 06:12:24 JanTheofel [View]
I get the same error message. Did you find the mistake? -
Re: create works but update errors
2008-08-01 09:04:35 sb4oreilly [View]
even i got the same error and i rewrote the code as follow and it worked
$sfresult = $sforce->update('type','Lead',%lead);


