A user may have been assigned tasks by different managers for specific periods of time. After logging into the system, the user must select the user they want to log in as from the list of users assigned to them.
Scenario Steps:
- The user logs into the system with their own credentials.
- The system retrieves the user's email address with the Get Current Session Info action.
- The Get Delegated Sign In Options action runs and lists other users who have delegated this user.
- The obtained list is displayed in a Select Box element.
- The user selects the person they want to log in as and continues in the system with the access permissions of that person.
Select Box element sample outputs:
- mehmet.kaya@firma.com – “Purchasing Manager”
- asli.demir@firma.com – “HR Manager”
- burak.sahin@firma.com – “Project Leader”