-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse user_channel declarations (#520)
- Loading branch information
Paul Prescod
authored
Oct 28, 2021
1 parent
5e14c15
commit 7b71db1
Showing
4 changed files
with
80 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Channel declarations are only of relevance to Salesforce employees | ||
- sf_object: Account | ||
api: REST | ||
priority: high | ||
|
||
- sf_object: Opportunity | ||
api: bulk | ||
|
||
- user_channels: | ||
- user: admin_1_org_alias | ||
- user: user_1_org_alias | ||
recipe_options: | ||
a: b | ||
- user: user_2_org_alias | ||
num_generators: 5 | ||
- user: user_3_org_alias | ||
num_loaders: 11 |