Get Updated Records from a Timeframe
Retrieves the list of individual records that have been inserted or updated within the given timespan in the specified object.
sf_get_updated(object_name, start, end, verbose = FALSE)
object_name |
|
start |
|
end |
|
verbose |
|
This API ignores the seconds portion of the supplied datetime values.
## Not run: # get all updated Contact records from midnight until now updated_recs <- sf_get_updated("Contact", Sys.Date(), Sys.time()) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.