Hi,
Using Oracle APEX v5.1.1.
I was hoping to find how and where to set the Home URL start page based on the User's Authorization Role, i.e. their specific access.
Basically if the user has a role of:
- "ADMIN" - then within the application, their Home URL (start page) would be say page 10.
- "USER" - then within the application, their Home URL (start page) would be say page 100.
- "SUPER" - then within the application, their Home URL (start page) would be say page 1.
Currently the Home URL under "User Interface" is: f?p=&APP_ID.:1:&SESSION.
I am looking at setting up an Application Item called: AI_START_PG, where this would be set based on the above conditions and so the new Home URL under "User Interface" would be:
f?p=&APP_ID.:&AI_START_PG.:&SESSION.
Any assistance on where to set this up would be much appreciated or perhaps a better way of achieving the above.
Thanks.
Tony.