You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-salesforce/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,7 @@ When using the `create` operation, it's possible for duplicate records to be cre
154
154
Please note this is only a concern when using the`create` operation. You can use the`upsert` operation instead to avoid duplicates if`upsert` meets your needs.
155
155
156
156
###How does Salesforce Bulk API work?
157
-
When**Use Salesforce Bulk API** is enabled for your mapping, events are sent to[Salesforce’s Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm){:target="_blank"} rather than their streaming REST API. If enabled, Segment will collect events into batches of 1000 before sending to Salesforce. Bulk support can be used for the`upsert` or`update` operations only.
157
+
When**Use Salesforce Bulk API** is enabled for your mapping, events are sent to[Salesforce’s Bulk API 2.0](https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/asynch_api_intro.htm){:target="_blank"} rather than their streaming REST API. If enabled, Segment will collect events into batches ofup to1000 before sending to Salesforce. Bulk support can be used for the`upsert` or`update` operations only.
158
158
159
159
For bulk`update`, if a record in a batch is missing a Bulk Update Record ID, Segment will still send it to Salesforce. Salesforce will reject the individual record because it will be unable to find a record to update. Other records in the batch that are valid will still be processed. Please note that Segment's Event Delivery tab will show the entire batch as successful as Segment cannot currently break down Event Delivery stats into individual failed/passed events.