Description Usage Arguments Value Author(s) Examples
View source: R/rforcecom.queryMore.R
Retrieve remain records when executing a SOQL
1 | rforcecom.queryMore(session, nextRecordsUrl)
|
session |
Session data. It can be retrieve from |
nextRecordsUrl |
An URL for next records. (ex: "/services/data/v26.0/query/999999999999999ZZZ-2000" ) |
Result dataset.
Takekatsu Hiramura <thira@plavox.info>
1 2 3 4 5 6 | ## Not run:
# Retrieve remain records when executing a SOQL
nextRecordsUrl <- "/services/data/v26.0/query/999999999999999ZZZ-2000"
rforcecom.queryMore(session, soqlQuery)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.