Entity relationship metadata messages

Entity relationships define how entities 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.

Entity relationship messages

The following table lists the messages that you can use to create, retrieve, update, and delete entity relationships.

Message Description
CreateManyToManyRequest Creates a many-to-many relationship between two entities.
CreateOneToManyRequest Creates a one-to-many relationship between two entities.
DeleteRelationshipRequest Deletes an entity relationship.
RetrieveRelationshipRequest Retrieves an entity relationship.
UpdateRelationshipRequest Updates an entity relationship.

See also

Customize Entity Relationship Metadata
Entity Relationship Eligibility
Entity Relationship Behavior