Users can access the Salesforce external library through the interface embedded in esProc designer. To deploy the external library, you:
1. The directory containing files of this external library is: installation directory\ esProc\extlib\SalesforceCli. The Raqsoft core jar for this external library is scu-salesforce-cli-2.10.jar.
antlr-runtime-3.5.2.jar
enterprise-2.10.jar
fastjson-1.2.76.jar
force-wsc-51.2.0.jar
metadata-2.10.jar
partner-2.10.jar
rest-5.5.1.jar
restclient-1.2.jar
ST-4.3.jar
tools-2.10.jar
Note: The third-party jars are encapsulated in the compression package and users can choose appropriate ones for specific scenarios.
2. A JRE version 1.7 or above is required. Users need to install a higher version if the esProc built-in JRE version does not meet the requirements, and then configure java_home in config.txt under installation directory \esProc\bin. Just skip this step if the JRE version is adequate.
3. esProc provides functions sf_open(), sf_close() and sf_query() to open, close and query Salesforce. Look them up in【Help】-【Function reference】to find their uses.