JWJ
Participant
Member since ‎02-09-2018

User Statistics

  • 50 Posts
  • 3 Solutions
  • 13 Kudos given
  • 12 Kudos received

User Activity

The two apps from a new deployed project are not showing up in Work Zone content. After content refresh, the log shows: { "status": "PARTIAL", "contents": { "total": 8, "failed": 3, "status": "PARTIAL", "mess...
We developed a SAP CAP application that works fine with Work Zone when on the same BTP subaccount. We were asked if it is possible to use a Work Zone on a different subaccount (within the same global account) and I'm having trouble completing the set...
Hello, I'm trying out the new `@cap-js/sqlite` module by updating our software. We use Postman to insert test data and I found that our Postman $batch requests are now failing. The first request within the batch succeeds but all the following fail ...
We are trying to update our project from CDS 6 to CDS 7. All our unit tests that use the PATCH request method are failing with "entity already exists" and I found that the `req.event` has changed from UPDATE to CREATE. Our 'UPDATE' handlers are n...
We have a SAP CAP project with multiple applications. Our folder structure looks similar to this: - app/ - admin_app/ - webapp/controller/ - handler.js - package.json - business_app/ - another_app/ - srv/ - service....