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

Salesforce retrieval through generated package.xml retrieves part of the file #10

Closed cbsp101 closed 4 years ago

cbsp101 commented 5 years ago

On VSCode, when tried to retrieve profiles from a salesforce org, 2 issues are encountered:

Issue 1: when retrieved the profiles via sfdx Package.xml generator:Choose metadata components around 300+ lines of the file were missing from the retrieved file

Issue 2: The sequence of code lines are changed while retrieve from Salesforce sandbox

tet3 commented 5 years ago

This is still not the right place to report this issue @cbsp101 - all the package.xml generator does is, well, generate the package.xml. The retrieval of the metadata specified in the package.xml is done by sfdx. If this is actually a bug, then the place to report it is on the forcedotcom/cli repo.

cbsp101 commented 5 years ago

Thank you, have raised https://github.com/forcedotcom/cli/issues/139