In this post, we will see how we can use C# and the Microsoft Dynamics CRM 2011 SDK to programmatically add Users to a Team. This is useful in situations where there are special conditions in your organisation that define which Team (or Teams) a particular User can belong to. The SDK makes it easy via the AddMembersTeamRequest in the Microsoft.Crm.Sdk.Messages namespace. The AddMembersTeamRequest defines two important properties – MemberIds and TeamId . The MemberIds parameter is a GUID array...(read more)
↧