Oracle APEX 24.1.6
Hi, I am wondering if it is possible for one application to use multiple navigation menus depending on a certain condition. The condition in my case is an authorization scheme.
I have done a plain web search with nothing particularly relevant. I asked Gemini and it had the idea of using a Master List that would show certain entries based on a server-side condition. This isn't a bad idea, but in my case, it would be much easier to maintain the separate lists and then in the application in question, conditionally display one or the other list as my navigation menu.
Looking at Shared Components > User Interface > Navigation Menu, I don't see any properties that would seem to allow me to dynamically / conditionally toggle the navigation menu shown. In particular, the property “Navigation Menu List” just seems to allow the developer to select a single navigation menu list. So it seems like my goal is not possible, but I wanted to double-check here.