You are here

constant SALESFORCE_MAPPING_SYNC_OFF in Salesforce Suite 7.3

Bit flags defining when a data sync should take place for a given mapping.

2 uses of SALESFORCE_MAPPING_SYNC_OFF
salesforce_mapping_form_submit in modules/salesforce_mapping/includes/salesforce_mapping.admin.inc
Submit handler for salesforce_mapping_form().
_salesforce_mapping_get_default_value in modules/salesforce_mapping/includes/salesforce_mapping.admin.inc
Helper to retrieve the current value for a given form field.

File

modules/salesforce_mapping/salesforce_mapping.module, line 13

Code

define('SALESFORCE_MAPPING_SYNC_OFF', 0x0);