SalesforceCreate |
Inserts a new Object into SalesForce, returning the new ID that was created |
SalesforceDelete |
Deletes the object within SalesForce at the given Id |
SalesforceDescribe |
Retrieves the information about the object |
SalesforceQuery |
Executes a query against SalesForce, caching the result if necessary in the given cache region |
SalesforceQuerycallback |
Executes a query against SalesForce, sending the results to a call back CFC for each page of results that come back |
SalesforceUpdate |
Updates the Object type with the given Id to the values in the fields. If the fields already exist they are overwritten |