rforcecom.queryMore: Retrieve remain records when executing a SOQL

Description Usage Arguments Value Author(s) Examples

Description

Retrieve remain records when executing a SOQL

Usage

1
rforcecom.queryMore(session, nextRecordsUrl)

Arguments

session

Session data. It can be retrieve from rforcecom.login.

nextRecordsUrl

An URL for next records. (ex: "/services/data/v26.0/query/999999999999999ZZZ-2000" )

Value

Result dataset.

Author(s)

Takekatsu Hiramura <thira@plavox.info>

Examples

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)

hiratake55/RForcecom documentation built on May 17, 2019, 3:58 p.m.