jhodel18
Active Contributor
Member since ‎06-23-2016

User Statistics

  • 481 Posts
  • 48 Solutions
  • 333 Kudos given
  • 551 Kudos received

User Activity

In my last blog post Keep the Core Clean with CAP Model, we found out that CAP's service API doesn't support handling the draft-generated properties out-of-the-box, however, it's technically feasible to handle this ourselves in the custom handler. An...
So I created a Model Class that provides data from a remote OData service. Here's the source code: zcl_product_model_es This class is making use of the OData Client Proxy for OData V2 (class interface `/iwbep/if_cp_client_proxy`). Is there a t...
This is a follow-up blog post to my previous one called Keep the Core Clean with RAP Model. Like in the previous blog post, this is not about convincing you to adopt a clean core policy and why it is important, but instead, this blog post is more ab...
This is not a blog post about convincing you to adopt a clean core policy and why it is important, but instead, this blog post is more about asking the question: Can we keep the Core Clean with RAP Model? If you're still unfamiliar with this clean c...
Hi CAP team, The feature flag `cds.env.requires.auth.restrict_all_services: false` is broken on the latest release @sap/cds@6.7.1. However, it still worked on 6.1.0. Related cap documentation: https://cap.cloud.sap/docs/releases/jun22#auth-by-def...