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
In order to be able to create multiple records in an optimal manner, it would be desirable to use the batched bulk way. Salesforce implement it (documentation) but not sure if the restforce gem that we are using in the middle has compatibility with this API. In the worst scenario ever, we can always use the composite API and composite batch API (implemented in restforce) for this purpose.
Acceptance Criteria
We have implemented the methods insert_all and insert_all! for creating objects in a bulk way on Salesforce.
The text was updated successfully, but these errors were encountered:
josemarialopez
changed the title
Implement bulk operation 'insert_all' and 'insert_all!'
Implement bulk operations 'insert_all' and 'insert_all!'
Mar 22, 2023
Description
In order to be able to create multiple records in an optimal manner, it would be desirable to use the batched bulk way. Salesforce implement it (documentation) but not sure if the
restforce
gem that we are using in the middle has compatibility with this API. In the worst scenario ever, we can always use the composite API and composite batch API (implemented in restforce) for this purpose.Acceptance Criteria
insert_all
andinsert_all!
for creating objects in a bulk way on Salesforce.The text was updated successfully, but these errors were encountered: