View source: R/bulk-operation.R
sf_upload_complete_bulk | R Documentation |
This function signals that uploads are complete to a Job in the Salesforce Bulk API
sf_upload_complete_bulk(job_id, api_type = c("Bulk 2.0"), verbose = FALSE)
job_id |
|
api_type |
|
verbose |
|
A list
of parameters defining the job after signaling a completed upload
This function is typically not used directly. It is used in sf_create_batches_bulk()
right after submitting the batches to signal to Salesforce that the batches should
no longer be queued.
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch
## Not run: upload_info <- sf_upload_complete_bulk(job_id=job_info$id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.