Salesforce notes to Oracle Cloud Object Storage 1.0.0
Our integration solution establishes a seamless connection between Salesforce and Oracle Cloud Object Storage, facilitating the efficient transfer of notes created in Salesforce to a designated Oracle Cloud Object Storage container.
Setup Guide
This integration will pull notes from each Salesforce object specified in the Object List
parameter. Depending on what value is set for the parameter File Type
, the integration will then generate a zipped Excel xlsx
or comma-separated values CSV
file in the format Object_CurrentDate_Notes.zip
for each object specified in the Object List
parameter and then upload these zipped files Oracle Cloud Object Storage.
To run this integration and connect Salesforce to Oracle Cloud Object Storage, it is necessary to configure the parameters that are mentioned below.
Salesforce
Server URL
Required. Specify the Salesforce service URL.Username
Required. Specify a username in an email-like format.Password
Required. Specify a password to access the Salesforce service.Security Token
Required. Specify your Salesforce service security token.Object List
Required. Specify the Salesforce service object name. Multiple object's names are comma separated e.g. Account, Contact, Case, etc.
Oracle Cloud Object Storage
Server Host
Required. Specify correctbucketnamespace
andregion
in the server host URLhttps://[bucketnamespace].compat.objectstorage.[region].oraclecloud.com
.Access Key
Required. Specify the access key.Secret Key
Required. Specify the secret key.File Type
Required. This parameter accepts valuesExcel
orComma Separated Values
. The Default is set toExcel
from the drop-down menu.Destination Folder
Required. Specify the path to the destination folder ending with a trailing slash.