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]Subcommands
Section titled “Subcommands”| Command | Description |
|---|---|
execute-plsql | Add a dynamicAction that executes server-side PL/SQL code |
run-js | Add a dynamicAction that executes JavaScript code on a trigger event |
set-value | Add a dynamicAction that sets a static value on target items |
toggle | Add a dynamicAction that shows/hides items or a region based on a trigger item |
Global Flags
Section titled “Global Flags”| Flag | Type | Default | Description |
|---|---|---|---|
--app-dir | string | . | Path to the APEX application directory |
--json-pretty | Output in pretty-printed JSON (human-readable) instead of minified JSON | ||
--toon | Output in TOON format (human-readable, token-efficient) instead of JSON |