Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Salesforce-batchsink.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Configuration

**Username:** Salesforce username.

**Password:** Salesforce password.
**Password:** Salesforce password + security token (concatenated together with no spaces in between).

**Consumer Key:** Application Consumer Key. This is also known as the OAuth client id.
A Salesforce connected application must be created in order to get a consumer key.
Expand Down
2 changes: 1 addition & 1 deletion docs/Salesforce-batchsource.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configuration

**Username:** Salesforce username.

**Password:** Salesforce password.
**Password:** Salesforce password + security token (concatenated together with no spaces in between).

**Consumer Key:** Application Consumer Key. This is also known as the OAuth client id.
A Salesforce connected application must be created in order to get a consumer key.
Expand Down
2 changes: 1 addition & 1 deletion docs/Salesforce-streamingsource.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Configuration

**Username:** Salesforce username.

**Password:** Salesforce password.
**Password:** Salesforce password + security token (concatenated together with no spaces in between).

**Consumer Key:** Application Consumer Key. This is also known as the OAuth client id.
A Salesforce connected application must be created in order to get a consumer key.
Expand Down
2 changes: 1 addition & 1 deletion docs/SalesforceMultiObjects-batchsource.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Configuration

**Username:** Salesforce username.

**Password:** Salesforce password.
**Password:** Salesforce password + security token (concatenated together with no spaces in between).

**Consumer Key:** Application Consumer Key. This is also known as the OAuth client id.
A Salesforce connected application must be created in order to get a consumer key.
Expand Down