Oracle Apex Home URL issue- Fixed page not dynamic

耗尽温柔 提交于 2021-01-29 18:46:00

问题


I was earlier facing problem with logging into application in apex. i later realised problem was with home url where page id was set to admin page, so any other user could not access it. I have set authentication an authorization schemes like pages specific to admin/manager/employee. However if i set any other page id in home url, all authorizations fail and nomatter which user i use to login, only that page shows up and other pages are not coming up.

Please help.


回答1:


Vini, Based on your limited info I'm assuming you have an app with pages for employes (10,11,12), pages for Managers (20,21,22), and pages for Admins (30,31,32). My suggestion is to create an additional page (40) which you set as your home page. On Page 40 have Pre-Rendering branches to the appropriate page based on Authorization. Authorization = Employee go to Page 10, If Authorization = Manager go to Page 20, etc.

Regards, David



来源:https://stackoverflow.com/questions/61346116/oracle-apex-home-url-issue-fixed-page-not-dynamic

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!