Salesforce
Salesforce is a cloud platform that streamlines business operations and customer relationship management, encompassing sales, marketing, and customer service.
Grab Credentials
To set up your pipeline, you’ll need your Salesforce user_name, password, and security_token. Use your login credentials for the user_name and password.
Obtain Security Token
Follow these steps to obtain the security_token:
- Log into Salesforce with your credentials.
- Click your profile picture/avatar at the top-right.
- Select “Settings” from the drop-down.
- Under “Personal Setup” in the sidebar, choose “My Personal Information” > “Reset My Security Token”.
- Click “Reset Security Token”.
- Check your email for the token sent by Salesforce.
Connection Properties
The config section in a YAML file includes the following properties:
Connectorname: Salesforce
Username: UserName
Password: Password
Security_token: Salesforce security tokenExample Configuration
version: 1
encrypt_credentials: false
plugins:
extractors:
- name: Salesforce_data
connectorname: Salesforce
config:
username: <USERNAME>
password: <PASSWORD>
security_token: <SECURITY TOKEN>
select:
- TABLE1
- TABLE2Configure the Data Hub to connect Salesforce
- To start, Click the
Bold Data Hubicon on the Navigation Pane.

- Click
Add Pipelineand provide the name for the new pipeline.

- Select the newly created pipeline and add the
Salesforcetemplate.

- Update the user name, password and security token in the template. Also, Update the resources on the
selectproperty and Click Save, choose the desired destination to save the pipeline.

- Creating a Pipeline in Bold Data Hub automatically creates a Data Source in Bold BI. The Bold BI Data Source is a live data source to the destination database used in Bold Data Hub. For more information on the relationship between Bold Data Hub Pipeline and the associated Data Sources in Bold BI , please refer to Relationship between Bold Data Hub Pipeline and Associated Data Sources in Bold BI
The available resources are supported in Salesforce
- User
- UserRole
- Lead
- Contact
- Campaign
- Product2
- Pricebook2
- PricebookEntry
- Opportunity
- OpportunityLineItem
- OpportunityContactRole
- CampaignMember
- Account
- CampaignMember
- Task
- Event Warning:
1. The `Encrypt_Credentials` property should be set to false when updating the new access token on the template. If you have modified other properties, such as 'select' or 'account id', the `Encrypt_Credentials` property must be set to true.
2. The default lifetime of the access token is 1 hour. Therefore, you need to convert it to a long-lived access token in order to use the same token for 60 days. Existing tables should be maintained even if the token has expired or is being used as an invalid token. Schedule Data Hub Job
- To configure interval-based scheduling, click on the schedules tab and select the created pipeline and click on the schedule icon and configure it.


- For on-demand refresh, click
Run Nowbutton.
.
- The Schedule history can be checked using the history option as well as logs.

- Click on Logs to see if the run is completed and data source is created in Bold BI.

- Click
Edit DataSourceOption to view the created tables.