You are here

18 uses of SALESFORCE_LOG_SOME in Salesforce Suite 6.2

salesforce_api_connect in salesforce_api/salesforce_api.module
Creates an object used for communicating with the Salesforce server and performs a login to verify the API credentials.
salesforce_api_delete_salesforce_objects in salesforce_api/salesforce_api.module
Wrapper for SFBaseClient::delete
salesforce_api_describeSObjects in salesforce_api/salesforce_api.module
Wrapper for SOAP SforceBaseClient::describeSObjects Given an array of sf object type, return an associative, normalized array of SF object definitions, indexed on machine-readable names of SObjects
salesforce_api_fieldmap_export_create in salesforce_api/salesforce_api.module
Creates an object for export to Salesforce based on the supplied Drupal object and fieldmap.
salesforce_api_get_deleted in salesforce_api/salesforce_api.module
Wrapper for SOAP SforceBaseClient::getDeleted. Searches for records deleted between start and end date.
salesforce_api_get_updated in salesforce_api/salesforce_api.module
Wrapper for SOAP SforceBaseClient::getUpdated. Searches for records updated/created between start and end date.
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_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_node_export in sf_node/sf_node.module
Exports a node to Salesforce using the specified fieldmap and stores the ID of the Salesforce object for the node.
sf_node_nodeapi in sf_node/sf_node.module
Implementation of hook_nodeapi().
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_prematch_export in sf_prematch/sf_prematch.main.inc
Use prematch rule to find a salesforce object to match the node.
sf_user_export in sf_user/sf_user.module
Exports a user to Salesforce using the specified fieldmap and stores the ID of the Salesforce object for the user.
sf_user_user in sf_user/sf_user.module
Implementation of hook_user().
_sf_notifications_handle_message in sf_notifications/sf_notifications.module
Loop through an array of SObjects from SalesForce and save them according to any existing sf fieldmaps, notification settings, and data.