Team Entity Messages and Methods
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 |
|---|---|
|
Adds members to a team. |
|
|
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. |
|
|
Creates a team. You can also call the IOrganizationService.Create method. |
|
|
Deletes a team. You can also call the IOrganizationService.Delete method. |
|
|
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. |
|
|
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. |
|
|
Removes members from a team. |
|
|
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. |
|
|
Retrieves a team. You can also call the IOrganizationService.Retrieve method. |
|
|
Deprecated. Use the RetrieveMultipleRequest class and its members. Retrieves the members of a team. |
|
|
Retrieves a collection of teams. You can also call the IOrganizationService.RetrieveMultiple method. |
|
|
Retrieves all the secured attribute privileges that a user or team has through direct or indirect team membership associations with the FieldSecurityProfile entity. |
|
|
Retrieves the privileges for a team. |
|
|
Sets the parent business unit for a team. |
|
|
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.