6.6 OData V2 Batch Mode in UI5

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025
  • You can access the source code of this series at github.com/son...
    In this video, we implement the batch mode of OData V2 in our application.

ความคิดเห็น • 6

  • @farfaraway2212
    @farfaraway2212 11 หลายเดือนก่อน

    Interestingly, I'm encountering an issue where updates are functioning correctly, but create and delete operations are failing. The system is generating an error about the 'Content-ID' being a string when it should be an integer. I've spent a considerable amount of time trying to locate the source of this problem, but unfortunately, I haven't had any success yet.

    • @discoverUI5
      @discoverUI5  11 หลายเดือนก่อน +1

      Hi, please push your code to github and share the link so I can check

    • @farfaraway2212
      @farfaraway2212 11 หลายเดือนก่อน +1

      @@discoverUI5 thanks for the reply, I will do it very shortly.

    • @discoverUI5
      @discoverUI5  11 หลายเดือนก่อน +1

      Hello again @farfaraway2212
      I did some digging, and the issue is related to the demo OData service we use in the videos. It simply doesn't support batch mode. With a proper OData service, you won't have any issues.
      For more clarification, I had a decision to make when I started this section of the series. I could either use this simple demo service or implement a more proper one. However, the latter would require a lot of setup work and might have felt like getting off topic a little bit. Thus, I went with the first option. But for the upcoming OData V4 section, I will use a more proper demo, so it's more like a real-world scenario.

  • @sounakghosh9335
    @sounakghosh9335 2 หลายเดือนก่อน

    Can you please make a video on batch in odata v4?

    • @discoverUI5
      @discoverUI5  2 หลายเดือนก่อน +1

      Hey. Please check the videos in Section 10 for OData V4.