Skip to content

uc-apx create dynamic-action

Insert a new dynamicAction into a page.

Subcommands: refresh-on-dialog-close Refresh a region after a modal dialog closes toggle Pair native-hide + native-show on a trigger item run-js Execute JavaScript code on a trigger event set-value Set a static value on target items execute-plsql Execute server-side PL/SQL code

uc-apx create dynamic-action [command]
CommandDescription
execute-plsqlAdd a dynamicAction that executes server-side PL/SQL code
run-jsAdd a dynamicAction that executes JavaScript code on a trigger event
set-valueAdd a dynamicAction that sets a static value on target items
toggleAdd a dynamicAction that shows/hides items or a region based on a trigger item
FlagTypeDefaultDescription
--app-dirstring.Path to the APEX application directory
--json-prettyOutput in pretty-printed JSON (human-readable) instead of minified JSON
--toonOutput in TOON format (human-readable, token-efficient) instead of JSON