Hi all People,
I wante to create a Report FetchXml with Multiple link-entity.
my Senario:
I have 3 custom entity :
Entity1 - Entity2 - Entity3
Entity1 to Entity2 have RelationShip 1:N
Entity2 to Entity3 have RelationShip 1:N
In my Report i want to retrive attribute from Entity1 to Entity3 but no RelationShip betwen the two Entity.
Is if possible to retrieve the attribute through the Entity1 ?
Like a join in SQL.
Regards,