Logins and the employee self-service portal
The system keeps track of the first starting page that a user is trying to access even if the user wants to log in to the Employee Self-Service Portal.
Consider the following scenarios.
Example 1:
- A user is not logged in, and then tries to access a record using a specific SYS ID in the URL.
- The system redirects the user to the login page.
- Rather than logging in, the user tries to access another site, such as the Employee Self-Service (/ess) Portal.
- The system redirects the user to the login page again.
- The user logs in and is redirected to the record that the user was first trying to access rather than the Employee Self-Service Portal.
Example 2:
- A user is not logged in, and then tries to access a record using a specific SYS ID in the URL through the Employee Self-Service (/ess) Portal.
- The system redirects the user to the login page.
- Rather than logging in, the user tries to access another record through the Employee Self-Service Portal.
- The system redirects the user to the login page again.
- The user logs in and is redirected to the first record rather than the second.