Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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 |
|