Hello
I'm using apex 23.2 on a 23c DB, and I'm thinking to customize the menu bar with some icons selected by the en user as a quick launch icons.
Right now, to add items to the menu bar, I have a menu entry that has a request which is caught by an application level process. That process execute a SQL to write on a table the APP_ID, APP_USER and APP_PAGE_ID items, used to build the custom menu.

Looking on the list of fields used by the dynamic lists (https://docs.oracle.com/database/apex-18.1/HTMDB/creating-dynamic-lists.htm#HTMDB28677) I found a way to include almost all the parameters used on the static version of the list, but so far I didn't figure it out how to send the request.
Anyone knows if this is possible, and how to do it?