TableRelationships
Last updated
Last updated
Name
Type
Description
ChildsObject [KEY]
String
The child table that is related to the specified TableName in the input.
RelationshipName [KEY]
String
The name of the relationship.
Field
String
The field the relationship is associated on. Found in the ChildsObject.
ParentObject
String
The parent object in the relationship. This is the same as the input TableName.
DeprecatedAndHidden
Boolean
Boolean indicating if the relationship is deprecated and now hidden.
CascadeDelete
Boolean
Boolean stating if this entity is deleted, does the child object also get deleted.
Name
Type
Description
TableName
String
The name of the table to retrieve relationship information from.