/
SALESFORCE Library
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.
, multiple selections available,
Related content
Salesforce Adapter
Salesforce Adapter
More like this
CDA Creator
CDA Creator
Read with this
EC2 Library
EC2 Library
More like this
BIGDATA Library
BIGDATA Library
More like this
SERVICENOW Library
SERVICENOW Library
More like this
Calling Web Services
Calling Web Services
More like this