Skip to content

uc-apx create page-item

Insert a new pageItem (input field) into a page’s existing region.

Each item type has its own subcommand (text, select, hidden, switch, date, number, radio-group, checkbox-group, display-only). The item is a direct page child, parented to the region via layout.region: @<id>.

uc-apx create page-item [command]
CommandDescription
dateAdd a datePicker pageItem
display-onlyAdd a displayOnly pageItem (read-only render of a value)
hiddenAdd a hidden pageItem (session-state carrier with checksum protection)
numberAdd a numberField pageItem
radio-groupAdd a radioGroup pageItem with an LOV source
selectAdd a selectList pageItem (drop-down) with an LOV source
switchAdd a switch (boolean toggle) pageItem
textAdd a textField pageItem (or textarea/password variant)
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