Org Browser

The Org Browser makes it easy to retrieve your org metadata sources by listing org metadata types and their corresponding components. Click the cloud icon (The Org Browser icon) on the Web Console activity bar to access the Org Browser.

The Org Browser page

When you open the Org Browser, the metadata for the default org is saved in your local project to minimize the number of calls to the org.

  • To view the components, expand a metadata type. You can use Expand and Collapse all icon to expand and collapse all the metadata types.
  • To hide the local metadata types from the list, click Hide local types icon.
  • To show only the metadata types that you’ve retrieved, click Hide org types icon.
  • To filter the metadata, click Filter metadata icon, and enter a pattern. For example, to show only the Apex-related metadata, type Apex*.
  • To refresh, click Refresh icon. Refreshing updates the:
    • Available metadata types in the org
    • Components for the corresponding metadata type
    • Folders within the metadata type and their components

Because of the asynchronous nature of the Metadata API calls, a simultaneous deployment and retrieval can potentially lead to a race condition. To prevent retrieving unexpected components, be mindful of using the Org Browser while deployment is in progress.

You can retrieve a single metadata component or all components of the same type. Click the retrieve icon (Retrieve icon) next to:

  • Component name to retrieve a component to your local project.
  • Metadata type to retrieve all components of the type.

When you retrieve a component, a COMPONENT_NAME.METADATA_TYPE-meta.xml file is created with the information about the retrieved. Here’s an example.

Account.object-meta.XML file is shown under the Account object folder

If you retrieve an existing component, a prompt shows asking if you’d like to overwrite the file.

Overwrite existing components

When you retrieve components for a metadata type, the Org Browser automatically refreshes the component list for the selected type and then retrieves them. This action makes sure that the installed extensions accurately check the local workspace for existing components.