Hello everybody,
I just encountered a new issue which I have not found the solution to yet:
If I set a role as a normal user, and I am adding an entry to an entity. Is there a way for that entry to be automatically assigned the same Team as that users's Team?

In the roles I have set the user Role to be able to Read all the Team entries, but because that is not filled in, and users are forgetting to fill that in, they cannot see what anybody else in the team is filling in.
Basically this is a database of all of training participants. We have 50 branches, setup as 50 teams, and I want each branch to see only the participants their own trainers are putting in, and if the Teams field is empty, only I can see them as administator.
And secondly, I have a field that is auto-increment and is counting the total number of entries. Is there a way to also count based on each team, separate then the general count?
Thank you !
I just encountered a new issue which I have not found the solution to yet:
If I set a role as a normal user, and I am adding an entry to an entity. Is there a way for that entry to be automatically assigned the same Team as that users's Team?
In the roles I have set the user Role to be able to Read all the Team entries, but because that is not filled in, and users are forgetting to fill that in, they cannot see what anybody else in the team is filling in.
Basically this is a database of all of training participants. We have 50 branches, setup as 50 teams, and I want each branch to see only the participants their own trainers are putting in, and if the Teams field is empty, only I can see them as administator.
And secondly, I have a field that is auto-increment and is counting the total number of entries. Is there a way to also count based on each team, separate then the general count?
Thank you !
Comment