RelationshipRole Entity Messages and Methods

[Applies to: Microsoft Dynamics CRM 2011]

A relationship role represents a relationship between an account or contact and an opportunity. The schema name for this entity is RelationshipRole.

The following table describes the messages for this entity, which you use with the IOrganizationService.Execute method.

Message Description

CreateRequest

Creates a relationship role. You can also call the IOrganizationService.Create method.

DeleteRequest

Deletes a relationship role. You can also call the IOrganizationService.Delete method.

RetrieveRequest

Retrieves a relationship role. You can also call the IOrganizationService.Retrieve method.

RetrieveMultipleRequest

Retrieves a collection of relationship roles. You can also call the IOrganizationService.RetrieveMultiple method.

SetStateRequest

Sets the state of a connection. If you are using early bound types, use the RelationshipRoleState enumeration to set the possible states. For a list of the state values, see RelationshipRole Entity OptionSet Attribute Metadata.

UpdateRequest

Updates a relationship role. You can also call the IOrganizationService.Update method.

See Also

Concepts

Customer Relationship Entities
RelationshipRole Entity Metadata
RelationshipRole Entity Privileges

Microsoft Dynamics CRM 2011
Send comments about this topic to Microsoft.
© 2013 Microsoft Corporation. All rights reserved.