Add ability to retrieve a Custom Field via the Org Browser #5791
mpaquinfionta
started this conversation in
Ideas
Replies: 2 comments
-
This would be really useful and time saving functionality. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Love this idea |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As of right now the org browser only support retrieving the full object. This includes, the object-meta.xml file, all the fields, listViews and recordTypes. This is problematic for three reasons.
It would be great if we could target specific fields(and other file type) and just retrieve them.
As of right now the only two way this is possible is via the CLI using the following command: sfdx force:source:retrieve -m CustomField:Account.Name or by using a third party plugin like this: https://marketplace.visualstudio.com/items?itemName=VignaeshRamA.sfdx-package-xml-generator . The first solution is a non starter for non-developers or people that are not familiar with the CLI and the second solution works great but I would love that feature to be part of the already existing Org Browser.
Thank you,
Max Paquin
Beta Was this translation helpful? Give feedback.
All reactions