Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Show/Hide Menu Option attached to button

Veerendra PatilApr 7 2026

Hi,

APEX23.2

I have a simple list with 5 items.

I have attached the list to a button PX_BUTTON as menu option.

I use apex.server.process to get the value from DB to show/hide the menu option - I call this process on Click DA of the button PX_BUTTON

If the pReturn = 'Y', I need to hide the 5th menu option and show if pReturn = 'Y'.

I am trying to use apex.item('testMenu_menu_4').hide(); – But this is not correct as the id testMenu_menu_4 might change

I hav created a sample example

ws - vpwstest

user - testuser

pwd - abcABC@123

app - 92756 - VP Test APP

page 24: Test Show Hide Menu Option

Please suggest.

Thanks.

This post has been answered by Karel Ekema on Apr 7 2026
Jump to Answer
Comments
Post Details
Added on Apr 7 2026
4 comments
174 views