Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

Create a new entity view with related table

(0) ShareShare
ReportReport
Posted on by 6

Hello,

I've one question.
I should create a new view on entity "Event Registration".
In this view I should add some column derived from contact that registered to the event.
No problem to do this.

But now i should add, in the same view, some column from the Account associated with this contact registered to the event.
I haven't a direct relationship between Event Registration and Account, my relation is indirect.
Event Registration -> Contact -> Account.

In SQL i can do something like this:
"select account.name, account.type, contact.email, contact.firstname, eventregistration.code
from
eventregistration inner join
contact on eventregistration.contact = contact.id inner join
account on contact.account = account.id"

Is possible to do this in entity view?

Thanks in advance

  • GianlucaN Profile Picture
    GianlucaN 6 on at
    RE: Create a new entity view with related table

    Hello,

    I assumed, unfortunately.

    Thanks a lot for the answer

  • Verified answer
    Guido Preite Profile Picture
    Guido Preite 54,073 Moderator on at
    RE: Create a new entity view with related table

    Inside a view you can only go deeper one level (in your case from event registration to contact) you can't select a deeper level (in your case account). The only way is to replicate the information from the account to all the contacts (using custom workflow activity, power automate, plugins)

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 231,307 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans