Skip to content

Instantly share code, notes, and snippets.

View muhammad-naderi's full-sized avatar

Muhammad Naderi muhammad-naderi

View GitHub Profile
@muhammad-naderi
muhammad-naderi / UserExistsInTeam.cs
Created July 17, 2019 04:59
Dynamics365 - Check if a user exists in a team
using System.Activities;
using System.Linq;
using Microsoft.Xrm.Sdk;
using Microsoft.Xrm.Sdk.Workflow;
namespace GeneralTools
{
public class UserExistsInTeam : CodeActivity
{