on 2023 Oct 01 6:43 PM
Hello,
I want to create a Entity without using CSV file unlike bookstore cloud samples in github.
Following is the method I tried and ended up with "Error: Artifact “cakeshop.Cakes” has not been found" error BAS application
srv/cat-service.cds
namespace cakeshop;db/Cakes.cds
namespace cakeshop;Request clarification before answering.
Your service has to refer to the schema file. Add this line to your srv/cat-service.cds:
using cakeshop from '../db/Cakes.cds';
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
csv is never required for creating entity.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.