16.5.2.1 Opening Server-Generated Dialog URL

Open a dialog page with client-side values by passing a server-generated URL to a helper function.

To open a modal dialog or drawer page passing in dynamic client data, use triggered actions to:
  • Call APEX_PAGE.GET_URL to generate the URL on the server, then
  • Pass it to an app.openDialogURL() or app.openDrawerURL() helper function.