10,739
edits
Line 115: | Line 115: | ||
== Salesforce: optimized upload of multiple records == | == Salesforce: optimized upload of multiple records == | ||
We have changed the Salesforce API for uploading records. Instead of the [https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_batch.htm Batch API], we are now using the newer [https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm Collections API]. This significantly saves [[API calls]] and improves upload speed if many (25+) records per entity are uploaded. | We have changed the Salesforce API for uploading records. Instead of the [https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_batch.htm Batch API], we are now using the newer [https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobjects_collections.htm Collections API]. This significantly saves [[API calls]] and improves upload speed if many (25+) records per entity are uploaded. You can control this behavior in [[Configuration#Salesforce|project configuration]], '''Force legacy batch upload API'''. | ||
== Route plan == | == Route plan == |