Table relationship definitions messages
Table relationships define how tables are related to each other. This includes information about how relationships are represented in the application. Also, when actions are performed on a record, the relationship indicates what actions to perform on related records.
The following table lists the messages that you can use to create, retrieve, update, and delete relationships.
Web API | SDK for .NET | Description |
---|---|---|
POST request on RelationshipDefinitions table. More information: Create a many-to-many relationship |
CreateManyToManyRequest | Creates a many-to-many relationship between two tables. |
POST request on RelationshipDefinitions table. More information: Create a one-to-many relationship |
CreateOneToManyRequest | Creates a one-to-many relationship between two tables. |
DELETE request on RelationshipDefinitions table.More information: Delete relationships |
DeleteRelationshipRequest | Deletes a relationship. |
GET request on RelationshipDefinitions table. |
RetrieveRelationshipRequest | Retrieves a relationship. |
PUT request on RelationshipDefinitions table.More information: Update relationships |
UpdateRelationshipRequest | Updates a relationship. |
See also
Relationship eligibility
Configure relationship cascading behavior