vignaesh01 / sfdx-package-generator

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

Public EmailTemplate and Report missing #16

Closed github-pierre-crouzet closed 4 years ago

github-pierre-crouzet commented 4 years ago

When I generate the package.xml selecting the EmailTemplate and Report metadata, all the templates and reports stored on the standard public directory (unfiled$public) are not generated in the package.xml file.

vignaesh01 commented 4 years ago

The extension uses the "sfdx force:mdapi:listmetadata --json -m Report" internally. I guess it is not available as part of the output.

venkatesh-ss commented 4 years ago

Hi @pcrouzet, I am also facing the same issue. Did you find any solution for this? I am facing this in MAC systems only. In Windows systems, It's working fine.

Any thoughts guys?

vignaesh01 commented 4 years ago

Hi, Please raise an issue in Salesforce CLI github repo

https://github.com/forcedotcom/cli

On Mon, Jun 15, 2020, 6:02 PM venkatesh-ss notifications@github.com wrote:

Hi @pcrouzet https://github.com/pcrouzet, I am also facing the same issue. Did you find any solution for this? I am facing this in MAC systems only. In Windows systems, It is working fine.

Any thoughts guys?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/vignaesh01/sfdx-package-generator/issues/16#issuecomment-644106604, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADDYPO33IO35Z6WA2NKW4ILRWYIGRANCNFSM4JKUQETA .

wtao-lucid commented 2 years ago

@vignaesh01 but this issue can be easily fixed in your code

Screen Shot 2021-10-19 at 5 03 14 PM
wtao-lucid commented 2 years ago

i tried to push a PR, but your repo denied my PR