You are here

17 uses of SALESFORCE_LOG_ALL in Salesforce Suite 7.2

salesforce_api_id_save in salesforce_api/salesforce_api.module
Saves the Salesforce ID and fieldmap index of a Drupal object. Also stores the timestamp of creation for the object mapping, and 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_entity_salesforce_api_pre_export in sf_entity/sf_entity.module
Allow a "read-only" option and log data if desired. These options must be set using Drush variable-set or in settings.php via the $conf array.
sf_notifications_allowed_ips in sf_notifications/sf_notifications.module
Access callback for SALESFORCE_PATH_NOTIFICATIONS_ENDPOINT
sf_notifications_cron in sf_notifications/sf_notifications.module
Implements hook_cron().
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_drush_process_queue in sf_notifications/sf_notifications.drush.inc
Drush callback to process the Salesforce queue manually.
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_process_confirm_form_submit in sf_notifications/sf_notifications.admin.inc
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.
_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.
_sf_notifications_parse_message in sf_notifications/sf_notifications.module
Parse SOAP message into its component args.