Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • Is it only accessible via SOAP API at this point? I tried it with source:retrieve and ended up with "Cannot read property 'metadataName' of undefined", which usually means the MDAPI doesn't recognize the type. My sfdx core is at 48.4.1 so should be no version issue. Commented Mar 6, 2020 at 22:34
  • That's odd. The metadata coverage report shows that it's supported by the MDAPI. And I was able to retrieve one using the Org Browser in vscode which runs force:source:retrieve.. Commented Mar 6, 2020 at 23:02
  • no dice... I tried Org Browser, and it ran the same command I did from the Terminal - (source:retrieve -m) and got the same result. Commented Mar 9, 2020 at 3:46
  • Interesting. I just ran sfdx update and then tried the retrieve again and now it's failing with the same error you're seeing. Seems like something in an updated version may have broken this. Given the documentation, I don't see a reason why this shouldn't work. Commented Mar 9, 2020 at 15:44