Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement bulk operations 'insert_all' and 'insert_all!' #15

Open
josemarialopez opened this issue Mar 22, 2023 · 0 comments
Open

Implement bulk operations 'insert_all' and 'insert_all!' #15

josemarialopez opened this issue Mar 22, 2023 · 0 comments

Comments

@josemarialopez
Copy link
Contributor

josemarialopez commented 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

  • We have implemented the methods insert_all and insert_all! for creating objects in a bulk way on Salesforce.
@josemarialopez josemarialopez changed the title Implement bulk operation 'insert_all' and 'insert_all!' Implement bulk operations 'insert_all' and 'insert_all!' Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant