Use Salesforce functions
Introduction
Functions are available to use in scripts to enhance and refine data process. A number of functions can be used to provide login and session information, and lookups for Salesforce instances.
Salesforce functions
A Salesforce connection can be referenced in a script using script functions that use a salesforceOrg
as a parameter:
LoginToSalesforceAndGetTimeStamp
SalesforceLogin
SetSalesforceSession
SfCacheLookup
SfLookup
SfLookupAll
SfLookupAllToFile
In addition, the Salesforce function GetSalesforceTimestamp
can be used with a Salesforce session ID obtained from calling the SalesforceLogin()
function.
For more details on referencing endpoints in scripts, see Endpoints on the Jitterbit Script page.
For details on using each Salesforce function, see Salesforce functions.