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
CapricornCapricorn 

Bulk Update via API

Hi,
 
I can do a bulk update using the Partners API by creating an array of sObjects and setting the .Id, .Type and .Any property (using .NET C#).
However i cannot do the same via the Enterprise API as those properties are not exposed.
 
The benefit i get using the Partners API is to write a piece of code and use it on any object by setting the object Name and the Fields to update in the XML. Whereas in Enterprise i cant seem to do that in a generic way.
 
Or am i on the wrong track?
 
Salman
DevAngelDevAngel
What you are observing with the enterprise wsdl is the precise reason why there is a partner wsdl.

You should use one or the other.

Cheers