MetadataComponentDependency (Beta)
Supported SOAP Calls
query()
Supported REST HTTP Methods
Tooling API—GET
Bulk API 2.0—POST, GET, PATCH, DELETE
Limitations
- No more than 2000 records in a single query.
- Reports are not included in MetadataComponentDependency queries. Use Bulk API 2.0 for dependency relationships that include reports.
- No more than 100,000 records in a single query.
The following SOQL queries are not supported in both Tooling API and Bulk API 2.0
- SOQL ORDER BY clause
- SOQL SELECT clause: count() function
- SOQL queryMore()
- SOQL WHERE clause: any type of filter with MetadataComponentName
- SOQL WHERE clause: any type of filter with RefMetadataComponentName
- SOQL WHERE clause: contains operators other than =, !=, AND, or OR
- SOQL WHERE clause: filter by (RefMetadataComponentType = ‘StandardEntity’)
- SOQL WHERE clause: use of the LIKE operator with either the MetadataComponentType field or the RefMetadataComponentType field
- SOQL OFFSET clause
Fields
Field | Details |
---|---|
MetadataComponentId |
|
MetadataComponentName |
|
MetadataComponentNamespace |
|
MetadataComponentType |
|
RefMetadataComponentId |
|
RefMetadataComponentName |
|
RefMetadataComponentNamespace |
|
RefMetadataComponentType |
|