Skip to content

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

@josemarialopez

Description

@josemarialopez

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions