You need to sign in to do that
Don't have an account?

Update Account Object - Error Invalid Type 'sObject'
A strange error is occuring. When I try to update an Account type, I get the error: INVALID TYPE: type 'sObject'
I use the same code to update the Opportunity object, and it works fine.
The array I am passing looks like this:
Code:
Thanks for any help / direction you can provide.
I use the same code to update the Opportunity object, and it works fine.
The array I am passing looks like this:
Code:
$update_array[$y]['type'] = "Account";I am using the PHP salesforceclient (w/ nusoap).
$update_array[$y]['Id'] = $accounts[$i]->AccountId;
$update_array[$y]['Marketing_Touched_Status__c'] = "true";
Thanks for any help / direction you can provide.
Message Edited by thechad on 05-21-2007 12:19 PM