This topic has not yet been rated - Rate this topic

Team Entity Messages and Methods

[Applies to: Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online]

A team is a group of users. Individual users are called team members. A team reports to a business unit and team members may be from different business units. Creating a team gives greater flexibility for sharing and collaboration. In Microsoft Dynamics CRM 2011, a team can own records. The schema name for this entity is Team.

Use a team to efficiently share business objects with a group of users. A user can share business objects with a team. After assigning a user as a team member, that user accesses the business objects that are shared with the team as if the objects were shared directly with the user.

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

 

Message Description

AddMembersTeamRequest

Adds members to a team.

AssociateRequest

Creates a link between a record and one or more records that participate in a relationship. You can also use the IOrganizationService.Associate method. For more information, see Actions on Entity Records. For a list of default relationships for this entity, see Team Entity Metadata.

CreateRequest

Creates a team. You can also call the IOrganizationService.Create method.

DeleteRequest

Deletes a team. You can also call the IOrganizationService.Delete method.

DisassociateRequest

Removes a link between a record and one or more records that participate in a relationship. You can also use the IOrganizationService.Disassociate method. For more information, see Actions on Entity Records. For a list of default relationships for this entity, see Team Entity Metadata.

InitializeFromRequest

Initializes a new record from an existing record provided that an attribute map is defined for the two entities. For more information, see Customize Entity and Attribute Mappings.

RemoveMembersTeamRequest

Removes members from a team.

RetrieveDuplicatesRequest

Detects and retrieves duplicate records for the specified record provided that duplicate detection is enabled and there are published duplicate detection rules for the entity. For more information, see Detect Duplicate Data in Microsoft Dynamics CRM.

RetrieveRequest

Retrieves a team. You can also call the IOrganizationService.Retrieve method.

RetrieveMembersTeamRequest

Deprecated. Use the RetrieveMultipleRequest class and its members.

Retrieves the members of a team.

RetrieveMultipleRequest

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

RetrievePrincipalAttributePrivilegesRequest

Retrieves all the secured attribute privileges that a user or team has through direct or indirect team membership associations with the FieldSecurityProfile entity.

RetrieveTeamPrivilegesRequest

Retrieves the privileges for a team.

SetParentTeamRequest

Sets the parent business unit for a team.

UpdateRequest

Updates a team. You can also call the IOrganizationService.Update method.

See Also

Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online
Send comments about this topic to Microsoft.
© 2012 Microsoft Corporation. All rights reserved.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.