7.3 Common Workflows
Creating a New Application
- Generate starter
files:
apex generate -alias customer-portal - Modify the generated files.
- Validate the
source:
apex validate -input ./customer-portal - Import the
application:
apex import -input ./customer-portal
Converting an Existing Application to APEXlang
- Export the
application:
apex export -applicationid 105 -exptype APEXLANG - Modify the exported files.
- Validate the
source:
apex validate -input ./f105 - Import the
application:
apex import -input ./f105