You are here

constant SALESFORCE_DELETED_POLICY_UPSERT in Salesforce Suite 7.2

Same name and namespace in other branches
  1. 6.2 salesforce_api/salesforce_api.module \SALESFORCE_DELETED_POLICY_UPSERT
3 uses of SALESFORCE_DELETED_POLICY_UPSERT
salesforce_api_settings_form in salesforce_api/salesforce_api.admin.inc
The settings form at admin/settings/salesforce.
sf_entity_export in sf_entity/sf_entity.module
Exports an entity to Salesforce using the specified fieldmap and stores the ID of the Salesforce object for the entity.
sf_entity_salesforce_form in sf_entity/sf_entity.module
Displays the Salesforce synchronization form.

File

salesforce_api/salesforce_api.module, line 48
Defines an API that enables modules to interact with the Salesforce server.

Code

define('SALESFORCE_DELETED_POLICY_UPSERT', 1);