salesforce.childrelationship
Home > @runlightyear/salesforce > ChildRelationship
ChildRelationship interface
Signature:
interface ChildRelationship
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
boolean | Indicates whether the child object is deleted when the parent object is deleted (true) or not (false). | ||
string | The name of the object on which there is a foreign key back to the parent sObject. | ||
boolean | Reserved for future use. | ||
string | The name of the field that has a foreign key back to the parent sObject. | ||
Array<string> | The names of the lists of junction IDs associated with an object. Each ID represents an object that has a relationship with the associated object. For more information on JunctionIdList fields, see Field Types. | ||
Array<string> | A collection of object names that the polymorphic keys in the junctionIdListNames property can reference. You can query these object names. | ||
string | The name of the relationship, usually the plural of the value in childSObject. | ||
boolean | Indicates whether the parent object can’t be deleted because it is referenced by a child object (true) or not (false). |