-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Summary
When creating a database from a schema, it's frequently useful to add or remove entire namespaces (Salesforce managed packages) from the list. It would be helpful to have a feature that would make this easy.
Please describe the problem you are trying to solve.
Currently all custom objects are selected by default -- anything ending in __c
. But commonly you don't want or need the objects from some packages, like DLRS or OmniStudio. Being able to mass remove (or add back) everything in a namespace would be useful.
Proposed Solution
When the list of objects comes back from the org, we could extract the list of all namespaces and have a select box of those above the list of objects. That drop down could be accompanied by a button to select/deselect everything in that namespace.