Skip to content

Instantly share code, notes, and snippets.

@Julian88Tex
Created April 14, 2021 04:41
Show Gist options
  • Save Julian88Tex/d0ea9ad897b082dc3457adc6fbbf5af1 to your computer and use it in GitHub Desktop.
Save Julian88Tex/d0ea9ad897b082dc3457adc6fbbf5af1 to your computer and use it in GitHub Desktop.
Example of CumulusCI add_picklist_entries Task as Flow Steps
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