Paul Prescod

Results 110 issues of Paul Prescod

One could fail to connect to an org because the connected app is a mismatch. Salesforce itself does not give a good error message. If we at least printed out...

enhancement
wi-created

This section refers to the `org_config` object but this object is probably not documented anywhere. https://cumulusci.readthedocs.io/en/latest/config.html#when-clauses For example, today I had to ask on Slack about org_config.installed_packages

enhancement
documentation

The deploy_unmanaged flow is supposed to silently do nothing if there's not actually a package directory _Originally posted by @davisagli in https://github.com/SFDO-Tooling/CumulusCI/pull/2783#discussion_r690774539_ ``` $ cci org scratch_delete qa && cci...

**Please describe the nature of this feature request** - I'm interested in extensions to existing CumulusCI functionality (e.g., broader applicability of an existing Task or Flow). **Does your feature request...

enhancement

**Please describe the nature of this feature request** - I'm interested in extensions to existing CumulusCI functionality (e.g., broader applicability of an existing Task or Flow). **Does your feature request...

enhancement

**Please describe the nature of this feature request** - I'm interested in extensions to existing CumulusCI functionality (e.g., broader applicability of an existing Task or Flow). **Does your feature request...

enhancement

**Please describe the nature of this feature request** - I'm interested in functionality that solves a current problem or limitation in how CumulusCI works. **Does your feature request solve a...

enhancement

The REST loader should strictly follow the spec from the Data Loader guide. Boolean • True values (case insensitive) = yes, y, true, on, 1 • False values (case insensitive)...

bug

**Describe the bug** As much as possible, mapping files should be reusable rather than purpose-specific. Mapping files can have multiple steps associated with the same SObject because different steps can...

bug

David, do you remember what you were trying to test here? It seems odd to have a Lookup declaration on an Id column. (i.e. the column is both a primary...