I have requirement to make custom application. In which in first dropdown, i need to show the list of owners of the team and in second dropdown, i need to list down the members of the team.
What is best possible approach to code the above requirement?
As to populate the first dropdown, i need to iterate through the numbers of teams in crm.
To populate the second dropdown, i have to check the first dropdown, fetch the manager name and iterate through all the teams to get memebers of team.
Thanks
Abhishek