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.
Child Relationship
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| childObjectApiName | String | The API name of the child object. | Medium, 41.0 | 41.0 |
| fieldName | String | The field on the child object that contains the reference to the parent
object. Instead of defining relationships through primary keys and foreign keys, the Salesforce database uses reference fields. A reference field stores the ID of the related parent record. |
Medium, 41.0 | 41.0 |
| junctionIdListNames | String[] | The names of the JunctionIdList fields associated with an object. Each ID is a polymorphic key, which is an ID that can refer to more than one type of object. | Medium, 41.0 | 41.0 |
| junctionReferenceTo | String[] | A collection of object names that the polymorphic keys in the junctionIdListNames property can reference. You can query these object names. |
Medium, 41.0 | 41.0 |
| relationshipName | String | The name of the relationship. A name for the child relationship that is unique to the parent. The name is the plural form of the child object name. For example, Account has child relationships to Assets, Cases, and Contacts, among other objects. Account has a relationshipName for each object: Assets, Cases, and Contacts. |
Medium, 41.0 | 41.0 |