vignaesh01 / sfdx-package-generator

Salesforce Package.xml Generator Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=VignaeshRamA.sfdx-package-xml-generator
Other
63 stars 31 forks source link

Select all won't select certain components #38

Closed rbeachHYP closed 4 years ago

rbeachHYP commented 4 years ago

When I do a "Select All" I get a message "All metadata selected except..." and there are a few elements listed. If I select those individually I can generate the XML for them but why aren't they included in a Select All?

vignaesh01 commented 4 years ago

Metadata with folders like reports,email templates are not selected just to save some time during Select All. Child metadata like custom fields, validation rules are not selected as they are automatically retrieved from their parent Custom object which is selected