SALESFORCE Library
The SALESFORCE Library is an importable library containing functions to connect, authenticate, and interact with the Salesforce API. This library is used in the Salesforce Adapter.
Import the SALESFORCE library into your project. Typically only the SALESFORCEclient module needs to be required in order to create the client and access the API methods.
require "SALESFORCE.SALESFORCEclient"
How it works:
Use the Translator’s built in help to review how to use each function:
The methods are set up so they’re independent of salesforce objects, so they can be used for any custom objects you may have in your Salesforce setup.