View source: R/compatibility.R
rforcecom.retrieve | R Documentation |
salesforcer
backwards compatible version of
RForcecom::rforcecom.retrieve
rforcecom.retrieve( session, objectName, fields, limit = NULL, id = NULL, offset = NULL, order = NULL, inverse = NULL, nullsLast = NULL )
session |
|
objectName |
|
fields |
A List of field names. (ex: c("Id", "Name", "Industry", "AnnualRevenue)")) |
limit |
Number of the records to retrieve. (ex: 5) |
id |
Record ID to retrieve. (ex: "999x000000xxxxxZZZ") |
offset |
Specifies the starting row offset. (ex: "100") |
order |
A list for controlling the order of query results. (ex: "c("Industry","Name")") |
inverse |
If it is TRUE, the results are ordered in descending order. This parameter works when order parameter has been set. (Default: FALSE) |
nullsLast |
If it is TRUE, null records list in last. If not null records list in first. This parameter works when order parameter has been set. (Default: FALSE) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.