-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Org Browser article #1971
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #1971 +/- ##
===========================================
- Coverage 75% 74.98% -0.03%
===========================================
Files 225 228 +3
Lines 8283 8440 +157
Branches 922 937 +15
===========================================
+ Hits 6213 6329 +116
- Misses 1838 1872 +34
- Partials 232 239 +7
Continue to review full report at Codecov.
|
@@ -16,6 +16,7 @@ The Org Browser displays the available metadata types and their corresponding co | |||
5. Metadata component | |||
6. Refresh components for metadata type | |||
7. Retrieve source for metadata component | |||
8. Retrieve source for metadata type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8. Retrieve source for metadata type | |
8. Retrieve source for all components of metadata type |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
Not directly related to these changes but since we're updating the article, on this line where we say
Do we have to say both easier and simpler? They are synonyms of each other. |
|
||
You can retrieve a component to your local project by clicking the retrieve button **(7)** next to the component name. Currently, the component is retrieved into your default package directory, which is defined in the [sfdx-project.json](./en/getting-started/first-project#the-sfdx-projectjson-file) file. | ||
You can retrieve a metadata component or all metadata of the same type. Click retrieve icon next to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can retrieve a metadata component or all metadata of the same type. Click retrieve icon next to: | |
You can retrieve a single metadata component, or all components of the same type. Click retrieve icon next to: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@smaddox-sf , @brpowell , let me know if you have any more comments...
What does this PR do?
Add the ability to retrieve all of the metadata of the same type and update the screenshot.
What issues does this PR fix or reference?
@W-7222242@