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.