Sebastian Esch

Results 4 issues of Sebastian Esch

Hi, it would be nice to explain in https://github.com/cap-js/docs/blob/main/node.js/events.md#class-cdsrequest--cds-request-, how to return custom response headers. I think the correct way would be using `req.res.setHeader()`, but I think from the past,...

Hi, I'm trying to get OData V4 Server messages to work https://ui5.sap.com/#/topic/fbe1cb5613cf4a40a841750bf813238e to get Confirmation Dialogs in my Fiori Elements applications (see https://ui5.sap.com/#/topic/9a536627a6a94de084b0605eb164d2c8), but it seems as CAP does not...

In https://cap.cloud.sap/docs/advanced/fiori#draft-for-localized-data in the example screenshot, the locale of the texts can be selected via a value help. This is not the out-of-the-box behavior, right? You need to add the...

Adding the SideEffect to the action submitOrder updates the criticality in the list report on action execution. cat-service.cds: ``` entity Books as projection on codejam.Books actions { @Common.SideEffects: {TargetEntities: ['/CatalogService.Books/RootEntity']}...