Created
April 14, 2021 04:41
-
-
Save Julian88Tex/d0ea9ad897b082dc3457adc6fbbf5af1 to your computer and use it in GitHub Desktop.
Example of CumulusCI add_picklist_entries Task as Flow Steps
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
5: | |
task: add_picklist_entries | |
options: | |
picklists: npsp__DataImport__c.npsp__Status__c | |
entries: | |
- fullName: Ready To Process | |
- fullName: Imported | |
- fullName: Dry Run - Validated | |
- fullName: Dry Run - Error | |
- fullName: Failed | |
ui_options: | |
name: Update NPSP Data Import Status Picklist | |
6: | |
task: add_picklist_entries | |
options: | |
picklists: npe01__OppPayment__c.npe01__Payment_Method__c | |
entries: | |
- fullName: ACH | |
ui_options: | |
name: Add ACH to Payment Method Picklist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment