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.
RelationshipDomain
Represents the relationship an object has with other objects. RelationshipDomain
allows you to write simpler queries. For example, “which objects are the child objects for
the object defined in ParentSobject” is easier using
RelationshipDomain. Available in Tooling API version 34.0 and
later.
Supported SOAP Calls
query()
Supported REST HTTP Methods
GET
Fields
| Field | Details |
|---|---|
| ChildSobject |
|
| ChildSobjectId |
|
| DurableId |
|
| Field |
|
| FieldId |
|
| IsCascadeDelete |
|
| IsDeprecatedAndHidden |
|
| IsRestrictedDelete |
|
| JunctionIdListNames |
|
| ParentSobject |
|
| ParentSobjectId |
|
| RelationshipInfo |
|
| RelationshipInfoId |
|
| RelationshipName |
|