Login as Alternate Manager for web TNA
When the current user wants to login as an alternate manager.
User should select one manager from the list:
- If user selects himself/herself then system lists all employees whose alternate manager is user.
- If user selects a manager (not himself/herself) then system lists of employees whose manager is selected manager and whose alternate manager is user.
Example:
Employee | Manager | Alternative Manager |
007 | 011 | 006 |
002 | 003 | 006 |
004 | 003 | 011 |
005 | 006 | |
003 | 006 | |
Current User = 006
- Login as alternate manager and select himself (006), which the system will then show the list as: 007, 002.
- Login as alternate manager and select 003, then the system will show the list as: 002.