web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / Nishant Rana’s Weblog / Query for finding Team and ...

Query for finding Team and it’s member in MS DYNAMICS CRM

Nishant Rana Profile Picture Nishant Rana 11,325 Microsoft Employee

Hi,

We can use this query to retrieve different teams and the users belonging to that team within Microsoft Dyanmics CRM

Select FT.name TeamName,FSU.Fullname UserName, FSU.Systemuserid from
dbo.FilteredSystemUser FSU
inner Join
dbo.FilteredTeamMembership FTM  
on FSU.Systemuserid = FTM.Systemuserid
Inner join  dbo.FilteredTeam FT
on FT.TeamID = FTM.TeamID
ORDER BY FT.NAME

Bye



This was originally posted here.

Comments

*This post is locked for comments

Liquid error: parsing "/globalsearch/?q=co++to+jon" - Nested quantifier +.