You are here

constant SALESFORCE_EVENTS_CREATE_FORMS in Salesforce Suite 5

2 uses of SALESFORCE_EVENTS_CREATE_FORMS
salesforce_admin_settings in ./salesforce.module
NO LONGER: Implementation of hook_settings(). CHANGEME!!! 4.7 to 5.x conversion: is now admin settings form function and not hook_settings implementation
_salesforce_is_form in ./salesforce.module
check the settings to see if a form is allowed lead or event actions and return its message if needed

File

./salesforce.module, line 11
Original Creator, Maintainer & Developer: Steve McKenzie (http://drupal.org/user/45890) Drupal and Salesforce.com (mainly only working with contacts / leads but can be extended to do anything the salesforce API version 6 can do) Current…

Code

define('SALESFORCE_EVENTS_CREATE_FORMS', variable_get('salesforce_events_create_forms', "user_register | user registration\nuser_edit | user edit form\n"));