phidoe
Explorer
Member since ‎01-01-2022

User Statistics

  • 20 Posts
  • 0 Solutions
  • 10 Kudos given
  • 1 Kudos received

User Activity

Hello folks, I am working on my first cap node.js private learning project. I try to build my application by running 'cds build', but it fails with following error message: [cds] - cds-dk [7.3.0], cds [7.5.1], compiler [4.5.0], home [.../node_mo...
Hi Community!I have a CAP with node.js project with a simple data model. I'd like to create a fiori elements app for master data maintenance with the least possible effort. I tried using the Fiori VS Code Fiori Application Generator, selecting Fiori ...
Hello community, let's say we have a data model as follows: using { managed } from '@sap/cds/common'; namespace employee.catalog; entity Student { key studentID: UUID; studentName: String; courses: Composition of many StudentToCours...
Hi community, I am new to CAP and working on a learning project that displays employee appointments in a calendar app. I am trying to add some data to my appointment entity upon a read request. Within my custom service implementation I try to do ...
Dear community, I am new to CAP and try to set up a little learning project. I have to 2 entities: Employees & Vacations associated to each other. My schema looks like this: namespace pd.praxissuite; entity Vacations { key ID : U...