Create Form

apex create form <PKG_ALIAS> <ALIAS> [--dbtable <TABLE>]
Create a new form component.

Parameters

Parameter Description
pkg_alias The alias of the package to create component within.
alias The alias / filename of the component to create

Flags

Flag Description
--dbtable Optional database table name, and if defined will dynamically generate the necessary form code using the columns of the table.

Examples

  • ./apex create form my-shop products