Branch Dropdown needs to follow user access permission.
Here I is the logged in user , Company is permission.
On Participant View :
-
If I have Permission User Access > Participant Access Level : company then
-
I WILL SEE all Participants from the company
-
I WILL SEE all branches in the Branch dropdown.
-
-
If I have Permission User Access > Participant Access Level : Branch then
-
I WILL ONLY SEE Participants from the branch I am from only.
-
I WILL SEE only my branch in the Branch dropdown.
-
-
If I have Permission User Access > Access Level : Allowed User then
-
I WILL ONLY SEE Participants where I am in the allowed user list.
-
I WILL NOT SEE Branch dropdown
-
On Employee View :
-
If I have Permission User Access > Access Level : company then
-
I should only see all Employees from that company
-
I WILL SEE all branches in the Branch dropdown.
-
-
If I have Permission User Access > Access Level : Branch then
-
I should only see Employees from that branch only.
-
I WILL SEE only my branch in the Branch dropdown.
-
-
If I have Permission User Access > Access Level : Report To then
-
I should only see Employees that report to me
-
I WILL NOT SEE Branch dropdown
-