* Extension project template * SalesRegion -> x_SalesRegion * enhanced order repo * updated package-lock.json
749 B
749 B
Getting Started
Welcome to your extension project to @capire/orders.
It contains these folders and files, following our recommended project layout:
| File or Folder | Purpose |
|---|---|
app/ |
all extensions content is here |
test/ |
all test content is here |
package.json |
project configuration |
readme.md |
this getting started guide |
Next Steps
cds pulllatest models from your base application- edit
./app/extensions.cdsto add your extensions cds watchyour extension in local test-drivescds pushyour extension to test tenantcds pushyour extension to prod tenant
Learn More
Learn more at https://cap.cloud.sap/docs/guides/extensibility/customization.