constant SALESFORCE_DIR_WSDL in Salesforce Suite 7.2
Same name and namespace in other branches
- 5.2 salesforce_api/salesforce_api.module \SALESFORCE_DIR_WSDL
- 6.2 salesforce_api/salesforce_api.module \SALESFORCE_DIR_WSDL
- 7 salesforce_api/salesforce_api.module \SALESFORCE_DIR_WSDL
2 uses of SALESFORCE_DIR_WSDL
- salesforce_api_login in salesforce_api/
salesforce_api.module - Helper function for salesforce_api_connect(). You should probably not call this function directly
- salesforce_api_update_6201 in salesforce_api/
salesforce_api.install - We have fundamentally changed the schema of SF module. Primary identifier is now "name". Although the value of name is not particularly important, it must be set and it must be unique. In this update function, we are doing a few things: 1)…
File
- salesforce_api/
salesforce_api.module, line 16 - Defines an API that enables modules to interact with the Salesforce server.
Code
define('SALESFORCE_DIR_WSDL', SALESFORCE_DIR . '/wsdl');