You are here

13 calls to Salesforce::apiCall() in Salesforce Suite 7.3

Salesforce::getDeleted in includes/salesforce.inc
Retrieves the list of individual objects that have been deleted within the given timespan for a specified object type.
Salesforce::getUpdated in includes/salesforce.inc
Return a list of SFIDs for the given object, which have been created or updated in the given timeframe.
Salesforce::listResources in includes/salesforce.inc
Return a list of available resources for the configured API version.
Salesforce::objectCreate in includes/salesforce.inc
Create a new object of the given type.
Salesforce::objectDelete in includes/salesforce.inc
Delete a Salesforce object.
Salesforce::objectDescribe in includes/salesforce.inc
Retreieve all the metadata for an object.
Salesforce::objectRead in includes/salesforce.inc
Return a full loaded Salesforce object.
Salesforce::objectReadbyExternalId in includes/salesforce.inc
Return a full loaded Salesforce object from External ID.
Salesforce::objects in includes/salesforce.inc
Available objects and their metadata for your organization's data.
Salesforce::objectUpdate in includes/salesforce.inc
Update an existing object.
Salesforce::objectUpsert in includes/salesforce.inc
Create new records or update existing records.
Salesforce::query in includes/salesforce.inc
Use SOQL to get objects based on query string.
Salesforce::queryAll in includes/salesforce.inc
Same as ::query() but also returns deleted or archived records.