rforcecom.query: The 'salesforcer' backwards compatible version of...

View source: R/compatibility.R

rforcecom.queryR Documentation

The salesforcer backwards compatible version of RForcecom::rforcecom.query

Description

[Soft-deprecated]

Usage

rforcecom.query(session, soqlQuery, queryAll = FALSE)

Arguments

session

list; a list containing "sessionID", "instanceURL", and "apiVersion" as returned by RForcecom::rforcecom.login. This argument is ignored in all backward compatible calls because the authorization credentials are stored in an environment internal to the salesforcer package, so it is no longer necessary to pass the session in each function call.

soqlQuery

character; a string defining a SOQL query (e.g. "SELECT Id, Name FROM Account").

queryAll

logical; indicating if the query recordset should include deleted and archived records (available only when querying Task and Event records)

Value

Result dataset.


salesforcer documentation built on March 18, 2022, 6:26 p.m.