CustomerRelationship Entity Messages and Methods

[Applies to: Microsoft Dynamics CRM 2011]

A customer relationship represents a relationship between a customer and a partner in which either can be an account or contact. The schema name for this entity is CustomerRelationship.

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

Message Description

AssignRequest

Assigns a customer relationship to another user or team.

CreateRequest

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

DeleteRequest

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

GrantAccessRequest

Shares a customer relationship with another security principal (user or team).

ModifyAccessRequest

Changes the access rights for a customer relationship previously shared with another security principal (user or team).

RetrieveRequest

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

RetrieveMultipleRequest

Retrieves a collection of customer relationships. You can also call the IOrganizationService.RetrieveMultiple method.

RetrievePrincipalAccessRequest

Retrieves the access rights that the specified security principal (user or team) has to a customer relationship.

RetrieveSharedPrincipalsAndAccessRequest

Retrieves the security principals (users or teams) that have access to a customer relationship, together with their access rights to the customer relationship.

RevokeAccessRequest

Removes all access rights to a customer relationship for the specified security principal (user or team).

UpdateRequest

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

See Also

Concepts

Customer Relationship Entities
CustomerRelationship Entity Metadata
CustomerRelationship Entity Privileges

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