Forked from Julian88Tex/add_picklist_entries_task.yml
Created
February 26, 2023 16:09
-
-
Save scottmcclung/6caf7a5f3a18864c17730bc3bb394e48 to your computer and use it in GitHub Desktop.
Example of CumulusCI add_picklist_entries Task as Flow Steps
This file contains hidden or 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