I am creating an application that will have multiples pages. Depending on who signs-in and if they meet the authorization requirements, determines the start page. Is this possible?
So if an employee logins, they would start on page 2. If an Admin logins, they would start on page 4. Can this be done?
The rest of the application would work the same for both.
We also have some special authorizations where the employee and admin can be part of both. If so, can it default to page 4?