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

(ISSUE) Not getting metadata just from CustomField #75

Closed alexhzr closed 2 years ago

alexhzr commented 2 years ago

Hello!

First of all, nice extension, I really think it's awesome.

I'm having an issue where I can't retrieve any metadata from CustomField (I get no results). If I search for anything else, the extension does show results.

image

image

If I run sfdx force:source:retrieve -m CustomField I get results. I've tried other orgs too and it's the same.

Any idea what's happening?

Thanks in advance, Álex.

alexhzr commented 2 years ago

Solved. Seems like reinstalling sfdx-cli might be the solution for this issue.

I've tried downgrading via npm but I couldn't make it work, so I just downloaded sfdx-cli Windows package from the official website.