OICS Salesforce Adapter Core Upsert Operation limitation of max 200 records
Summary
When using CORE Upsert operation in Salesforce Adapter there is a 200 record limitationContent
So when passing records to a CORE - Upsert operation via the Salesforce adapter, if more than 200 records are passed in one go salesforce will return upsert error :
EXCEEDED_ID_LIMIT: record limit reached. cannot submit more than 200 records into this call
I realise this is an UPSERT limitation on the Salesforce side, and I can most likely cater for it, but splitting into batches smaller than 200 with the integration. Would do a for-each loop with an XSL to do this.
But is there anything out of box with the adapter in OICS that could handle this batching for me?
Tagged:
0