function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nabeel Munir 9Nabeel Munir 9 

how to display related list records from a parent object into the different child object

Hello,
I have 3 objects, team, plater, game. Loopk-up relationship between team and player and team and game. In both relationships, team is parent. What i want now is, I want to display all players names that are related to that team into the game object. I do not have any relation ship between game and player. Basically what i want is, for example, i have chosen real madrid as a team in game object using lookup relationship, and there are players that are related to real madrid, I want all those players to be displayed in game object. How is this possible using only UI without apex of VF. Since i am practicing UI only, It would be better if i have been told a way to do this only UI if possible.
Thanks