InterviewSolution
Saved Bookmarks
| 1. |
Suppose Organization Xyz Uses Ps Department Security. There Are 4 Levels In The Department Tree 1,2,3 And 4 With 4 Being At The Top Of The Tree. If A Manager A Is In Dept 3 And Has 2 Direct Reports In The Same Department. Can The Direct Reports View Data |
|
Answer» If the direct reports are also in department 3 then they can see the data for EMPLOYEES in department 2 and 1 only. They cannot see the data for a population which is above their department tree node. SINCE 4 is above 3 they cannot see the data.
If the direct reports are also in department 3 then they can see the data for employees in department 2 and 1 only. They cannot see the data for a population which is above their department tree node. Since 4 is above 3 they cannot see the data.
|
|