I would like to perform an action in one custom menu and then move to another window.
A simple but not user-friendly solution is to create two custom menus:
- First: action type: “PL / SQL Block” - execute code (create a new row in the table),
- Second: action type: “Create window with transfer” - go to window.
Is it possible to switch to another window in the “PL / SQL block” (run procedure / function)?