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
Kakasaheb EKKakasaheb EK 

How to print Team Name from "Team" object then Members form "Members"object and Junction object "TeamMembers" ?

Hi All,

I have below requirement :

1. Team Object.
2. Member Object .
3. Team_Member Junction object(5-6 records has been created).

I want to design a visualforce page in below way.

1. When we click on Team Name respective team members should display on the basis of Junction object and then send mail to team members.

Please help for SOQL ; On which object I need to write soql to achieve this functionality..?

Thanks in Advance.

Sachin