Dear Community,
I face an issue with entity relationships.
Let's say I have 3 Entities. I have a 1:N relationship between [Account] & [Interaction], I have also a 1:N relationship between [Interaction] and [InteractionTopic].
From a SQL point of view it would be easy to join those 3 tables together and select all the [InteractionTopics] which are related to the corresponding [Account] as there is a relationship through the entity [Interaction].
In Dynamics CRM I try to use rollup-field to count how many [InteractionTopics] are available for a given [Account] without the need to set an additional, direct relation between [Account] & [InteractionTopic]. Is there a way to do so?
Thank you in advance
Best regards