Marten Schiwek
Marten Schiwek
Hi Rene, some more learning resources for the page. Thanks for picking this topic up. - https://community.sap.com/topics/cloud-application-programming - Community Page with many more cross references The three learning journeys should...
Hi @renejeglinsky, a few newcomers mentioned the lack of documentation on how parts of the UI can be hidden based on roles. This section should explain it. @DanSchlachter Maybe it...
## How should the feature work? Thanks for the amazing package for generating PDFs. While using it in a project I noticed, that the table wrap across pages does not...
Hi colleagues, $top and $skip are supported since cds 8 with node, so docs should reflect it. Thanks & BR, Marten
Hi colleagues, in multi-tenant scenarios cds.context.model must be used at runtime instead of cds.model to ensure the model includes the tenant specific feature flags and extensions. The PR adds a...
- Improved clarity of Node.js plugin section - Added hint for modelling best practices to Java plugin section - Added more samples to node.js plugin section - Added warning for...