Qore SalesforceRestDataProvider Module Reference 1.0.1
|
Qore SalesforceRestDataProvider module definition
The SalesforceRestDataProvider module provides a data provider API for the Salesforce REST API to work with data under the "sobjects"
URI path. The SalesforceRestDataProvider class allows for introspecting a Salesforce instance, while the SalesforceRestObjectDataProvider class supports the data provider record-based API for communication with REST servers and querying and manipulating data in the Salesforce instance.
Salesforce instances can be introspected with the following format:
uri_path
Account
The following classes are provided by this module:
Queries are made by generating SOQL query strings from the where clause and search options. Note that the Salesforce query API does not currently support server-side result set caching, so the entire result set is returned by the server for each query and stored in memory when using the SalesforceRestRecordIterator class, so it's recommended to limit query result set sizes using the limit
search option.
DATE
fields (issue 3908)