sf_get_deleted {salesforcer} | R Documentation |
Get Deleted Records from a Timeframe
Description
Retrieves the list of individual records that have been deleted within the given timespan for the specified object.
Usage
sf_get_deleted(object_name, start, end, verbose = FALSE)
Arguments
object_name |
|
start |
|
end |
|
verbose |
|
Note
This API ignores the seconds portion of the supplied datetime values.
Examples
## Not run:
# get all deleted Contact records from midnight until now
deleted_recs <- sf_get_deleted("Contact", Sys.Date(), Sys.time())
## End(Not run)
[Package salesforcer version 1.0.1 Index]