Hello
How can I fetch data from two entities using FetchXML?
Example: I want to join data from two entities and show combined list in web page
Announcements
Hello
How can I fetch data from two entities using FetchXML?
Example: I want to join data from two entities and show combined list in web page
Hi @Dhananjay_Patil ,
Are we talking about fetching to different unrelated entities or you want to fetch entity and via some relationship some other related entity?
If we are talking about the first scenario you can just perform two fetchxml queries and then render the results of two queries as a list.
If we are talking about the second scenario you can just perform one fetchxml query with linked entity. You can create such query both through FetchXmlBuilder and Advance find. You can find a bit more explanation about linked entity fetchxml query here.
Lucas001
60
Super User 2025 Season 1
Fubar
55
Super User 2025 Season 1
surya narayanan
35