Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Answered

How to get the related entities by code?

(0) ShareShare
ReportReport
Posted on by 5

Hello,
I am trying to get the collection of related entities and I am not succeeding.

My code:

using (var _service = new OrganizationServiceProxy(new Uri(url), null, clientCredentials, null))
{
    _service.EnableProxyTypes();

    Guid _accountId = new Guid("e7385903-d01f-ea11-a810-000d3a654128");
    Guid _contactId = new Guid("ce30c7ae-cf1f-ea11-a810-000d3a654128");

    var filter = new FilterExpression();
    filter.AddCondition("accountid", ConditionOperator.Equal, _accountId);

    var account = RetrieveFirstOrDefault(filter);

    //How to fill in the account contacts
    //account.ait_account_contact

    return account;
}


I will appreciate any help, thank you.

  • Verified answer
    Community Member Profile Picture
    on at
    RE: How to get the related entities by code?

    Hi Juan,

    There are two ways you can get the related entities records.

    1. By Following below links:

    2. 2. Other way is using fetchxml:


    XRM toolbox -> Fetchxml builder.

    1207.Picture1.png

    Right-click on fetch -> Add/Select parent entity -> Right click on Entity -> Add -> link-entity.

    0284.Picture2.png

    Select Relationship with your link entity then fetchxml builder will auto-populate other fields.

    0358.Picture3.png

    Using the generated fetchxml user can the linked entity records. On explore of this tool, you will find some more useful details.

  • Verified answer
    Steven RH JIANG Profile Picture
    on at
    RE: How to get the related entities by code?

    So may I suppose you want to retrieve the account list whose contact field is equal to a specified contact record?

    You need to use link entity. Please refer to https://community.dynamics.com/crm/f/microsoft-dynamics-crm-forum/279405/how-to-use-filter-on-link-entity/797943

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard >

Product updates

Dynamics 365 release plans