Skip to main content
Question

Open Custom Page from a Custom Menu

  • October 13, 2020
  • 1 reply
  • 169 views

Forum|alt.badge.img+9

Hi,

What code syntax would i use to open a custom data entry page from an SQL custom menu please?

is there a way to pass values to this page on load or can i only populate via a before update custom event?

 

TIA

1 reply

paul harland
Superhero (Employee)
Forum|alt.badge.img+24

Hi Chris,

You can’t navigate to a page via a PLSQL custom menu I’m afraid (server code vs. client).

The best you can do is to have 2 custom menus; the first creates some data on the target page (PLSQL menu); the second navigates you to that new record.