[SalesForce] How to set the concurrencyMode using the new Bulk API 2.0

I've read the documentation regarding the new Bulk API 2.0 but I haven't found the way to send a request with the parameter concurrencyMode and set it to Serial instead of Parellel.

Can you help me ? Thanks.

Best Answer

Setting the concurrencyMode in V2 is not possible. I recently had the same issue and Salesforce support recommend using the V1 API to prevent the "row locking" issues we were having with V2.

Related Topic