You are here

13 uses of SALESFORCE_LOG_ALL in Salesforce Suite 6.2

salesforce_api_id_save in salesforce_api/salesforce_api.module
Saves the Salesforce ID and fieldmap index of a Drupal object. This function will store the timestamp of creation of the object mapping It will also store data about when the object was last exported to Salesforce or imported to Drupal. *
salesforce_api_log in salesforce_api/salesforce_api.module
Wraps watchdog(). Logs a message to the watchdog based on the Salesforce log settings.
salesforce_api_login in salesforce_api/salesforce_api.module
Helper function for salesforce_api_connect(). You should probably not call this function directly
salesforce_api_query in salesforce_api/salesforce_api.module
Wraps SforceBaseClient::query. Queries Salesforce for a record or set of records. For information about SOQL syntax,
salesforce_api_reset_expired_password in salesforce_api/salesforce_api.module
Helper function for salesforce_api_connect() to reset an expired password, for the website's default salesforce user only.
salesforce_api_settings_form in salesforce_api/salesforce_api.admin.inc
The settings form at admin/settings/salesforce.
sf_notifications_allowed_ips in sf_notifications/sf_notifications.module
Access callback for SALESFORCE_PATH_NOTIFICATIONS_ENDPOINT
sf_notifications_delete_record in sf_notifications/sf_notifications.module
Helper function for _sf_notifications_handle_message() - attempt to delete the local object data, given the salesforce object_record.
sf_notifications_endpoint in sf_notifications/sf_notifications.module
Menu callback for SalesForce notifications endpoint @todo Add authentication. see "Downloading the Salesforce.com Client Certificate" at http://www.salesforce.com/us/developer/docs/ajax/Content/sforce_api_ajax...
sf_notifications_update_record in sf_notifications/sf_notifications.module
Helper function for _sf_notifications_handle_message() - attempt to update (or insert if $object_record['oid'] is empty) the local object data, given the salesforce object_record.
sf_user_import in sf_user/sf_user.module
Imports data from Salesforce into a user.
_salesforce_api_querymore in salesforce_api/salesforce_api.module
Wraps SforceBaseClient::queryMore. Needs a query locator for an active query and a Salesforce connection, so this must only be called from salesforce_api_query(). Calls itself recursively until records are retrieved.
_sf_import_get_soql_records in sf_import/sf_import.module
For the fieldmap provided, attempt to pull updated Salesforce IDs using the SOQL query defined for the map.