You are here

constant SALESFORCE_MAPPING_STATUS_ERROR in Salesforce Suite 7.3

4 uses of SALESFORCE_MAPPING_STATUS_ERROR
hook_salesforce_push_fail in ./salesforce.api.php
A salesforce push has failed: Implementations may wish to react, for example, by logging the failure or alerting an administrator.
salesforce_pull_process_updated_records in modules/salesforce_pull/salesforce_pull.module
Process records in the queue.
salesforce_push_process_soap_results in modules/salesforce_push/salesforce_push.module
Process SOAP API batch results.
salesforce_push_sync_rest in modules/salesforce_push/salesforce_push.module
Sync Drupal entities and Salesforce objects using the REST API.

File

modules/salesforce_mapping/salesforce_mapping.module, line 47

Code

define('SALESFORCE_MAPPING_STATUS_ERROR', 0);