Hi,
I'm going to ask if it is possible to implement this type of team and sub team tree:
agent_1 (team leader with team visibility)
|----agent_2 (see only own records)
|----agent_3 (see only own records)
|----agent_4 (Sub-team leader only with his team visibility)
|------agent_5 (see only own records)
|------agent_6 (see only own records)
Agent_1 have to see all others agents, Agent_4 have to see only 5 and 6.
Thank you so much for answers.
P.S. I can develop a specific custom team query if it is possible to extend somewhere.
I'm going to ask if it is possible to implement this type of team and sub team tree:
agent_1 (team leader with team visibility)
|----agent_2 (see only own records)
|----agent_3 (see only own records)
|----agent_4 (Sub-team leader only with his team visibility)
|------agent_5 (see only own records)
|------agent_6 (see only own records)
Agent_1 have to see all others agents, Agent_4 have to see only 5 and 6.
Thank you so much for answers.
P.S. I can develop a specific custom team query if it is possible to extend somewhere.

, a better option in my opinion, to avoid having to manually assign roles to Parent Teams and keeping to keep track of those changes, is to modify the Team entity to create the Parent Team - Sub Team relationship that you describe, and a hook that will add the Sub Team roles to the Parent Team every time that a Sub Team is created or updated.
.
Comment