This topic provides information about using Jitterbit Harmony Cloud Studio to connect to Salesforce. Typically, this is done using the Salesforce connector (though standards-based connectors for REST and SOAP APIs are also available).
This topic covers information on connecting to Salesforce organized into three types of documentation:
Salesforce Configuration: These pages cover reference information on the basics of Salesforce connector configuration:
Connection: Establishes access with a specific Salesforce endpoint.
Query Activity: Queries data from a Salesforce connection and is used as a source in an operation.
Insert Activity: Inserts new data in a Salesforce connection and is used as a target in an operation.
Update Activity: Updates existing data in a Salesforce connection and is used as a target in an operation.
Upsert Activity: Both updates existing data and inserts new data in a Salesforce connection and is used as a target in an operation.
Delete Activity: Deletes data in a Salesforce connection and is used as a target in an operation.
Bulk Query Activity: Queries a large number of records from a Salesforce connection and is used as a source in an operation.
Bulk Insert Activity: Inserts a large number of new records in a Salesforce connection and is used as a target in an operation.
Bulk Update Activity: Updates a large number of existing records in a Salesforce connection and is used as a target in an operation.
Bulk Upsert Activity: Both updates a large number of existing records and inserts a large number of new records in a Salesforce connection and is used as a target in an operation.
Bulk Delete Activity: Deletes a large number of records from a Salesforce connection and is used as a target in an operation. Deleted records are stored in the Salesforce Recycle Bin prior to being permanently deleted.
Bulk Hard Delete Activity: Hard deletes a large number of records from a Salesforce connection and is used as a target in an operation. Hard deleted records automatically become eligible for deletion.
Salesforce How-tos: These pages provide instructions on how to accomplish certain tasks with Salesforce integration projects:
Deploying a Custom Fields Package in Salesforce: How to import a pre-existing Salesforce custom fields package, verify the deployment of the custom fields package, and define custom field and security and accessibility.