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
bluecapbluecap 

EXCEEDED_ID_LIMIT updating Contact records

Hello,

We are using the Partner WSDL in our C# integration with Salesforce and we are receiving the following error when trying to update more than 200 records: 

Error updating Contact: EXCEEDED_ID_LIMIT: record limit reached. cannot submit more than 200 records into this call

How do we go about increasing this number? Is it possible or are we stuck with 200 records?

Thanks ahead of time for your resonse.
Best Answer chosen by bluecap
bluecapbluecap
Looks like it may be possible using a Bulk Connection from the Partner:

http://www.salesforce.com/us/developer/docs/api_asynch/Content/asynch_api_code_walkthrough.htm