Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Dynamics 365 general forum

FetchXML on Connection Roles

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi

I am trying to get a list of all available connection roles for each connection role where the category is 'Family'

the FetchXML I am trying to use is as follows

<fetch top="250" >
<entity name="connectionrole" >
<attribute name="name" />
<filter type="and" >
<condition attribute="categoryname" operator="eq" value="Family" />
</filter>
<link-entity name="connectionroleassociation" from="connectionroleid" to="connectionroleid" alias="ConnectionLink" intersect="true" >
<link-entity name="connectionrole" from="connectionroleid" to="associatedconnectionroleid" alias="ConnectionTo"/>
<attribute name="name" />
</link-entity>
</entity>
</fetch>

If I leave out the Red Attribute name, it gives me back the correct number of records, but only the name from the left side of the join

If I put in the Red-Attribute Name, I get the following Error

An error occured: 'ConnectionRoleAssociation' Entity contain attribute with Name = 'name'

I know it does not, that's why I am doing a link-entity to the connectionrole with an alias

Help !!!!!!!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Coming on 11/8!

In our never-ending quest to help the Dynamics 365 Community members get answers faster …

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,321 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans