sf_create_attachment_bulk_v1 {salesforcer}R Documentation

Create Attachments using Bulk 1.0 API

Description

Create Attachments using Bulk 1.0 API

Usage

sf_create_attachment_bulk_v1(
  attachment_input_data,
  object_name = c("Attachment", "Document"),
  content_type = "ZIP_CSV",
  control,
  ...,
  verbose = FALSE
)

Note

This function is meant to be used internally. Only use when debugging.


[Package salesforcer version 1.0.2 Index]