View source: R/bulk-operation.R
sf_abort_job_bulk | R Documentation |
This function aborts a Job in the Salesforce Bulk API
sf_abort_job_bulk(
job_id,
api_type = c("Bulk 1.0", "Bulk 2.0"),
verbose = FALSE
)
job_id |
|
api_type |
|
verbose |
|
A list
of parameters defining the now aborted job
https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch
## Not run:
job_info <- sf_create_job_bulk('insert', 'Account')
sf_abort_job_bulk(job_info$id)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.