You are here

constant SALESFORCE_DELETED_POLICY_UPSERT in Salesforce Suite 6.2

Same name and namespace in other branches
  1. 7.2 salesforce_api/salesforce_api.module \SALESFORCE_DELETED_POLICY_UPSERT
5 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_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_salesforce_form in sf_node/sf_node.module
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_salesforce_form in sf_user/sf_user.module

File

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

Code

define('SALESFORCE_DELETED_POLICY_UPSERT', 1);