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. Expand the Custom Object metadata type to view fields and their type information. Additional information is shown for these field types:

  • strings: string(length)
  • textareas: textarea(length)
  • emails: email(length)
  • lookups: lookup(reference)

Use the refresh icon (Refresh icon) in the Org Browser to refresh:

  • 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.