22. How to create Editable Table in VBCS | How to use loop in VBCS | VBCS tutorial

Sdílet
Vložit
  • čas přidán 20. 04. 2024
  • In this video, we are going to discuss visual builder cloud services (VBCS).
    Agenda:
    How to create editable table in VBCS ?
    How to update ADP variable values ?
    How to update Business Object data from Table ?
    How to use For Each Loop in VBCS ?
    Join the VBCS Discussion Group:
    chat.whatsapp.com/BYfwc9DmIEM...
    Subscribe to VBCS WhatsApp Channel:
    whatsapp.com/channel/0029Va5i...
    Join the OIC Discussion Group:
    chat.whatsapp.com/BQiZrZ8w5Mr...
    🚀 Whether you're a developer, business analyst, or simply curious about low-code development, this series is designed to empower you with the skills you need to create powerful applications in Oracle VBCS.
    Don't forget to subscribe to our channel and turn on notifications so you won't miss any upcoming tutorials in this series!
    Do you have questions or specific topics you'd like us to cover in future videos? Drop them in the comments below!
    Let's dive into the exciting world of Oracle VBCS development together. Ready? Let's get started!
    Tags (Keywords): ============
    Oracle VBCS,
    Low-Code Development,
    Oracle Cloud,
    VBCS Tutorial,
    Visual Builder Cloud Service,
    Oracle Development,
    Application Development,
    Basic Components,
    UI Elements,
    Navigation,
    Oracle Cloud Platform,
    Oracle VBCS,
    Visual Builder Cloud Service,
    VBCS Overview,
    Low-Code Development,
    Oracle Cloud,
    Web Application Development,
    Oracle Cloud Platform,
    Low-Code Platform,
    Oracle VBCS Tutorial,
    Web Page Development,
    Application Development,
    Oracle Cloud Services,
    VBCS Features,
    Oracle Cloud Development,
    Oracle Web Applications,
    Oracle Cloud Development Tools,
    Building Web Pages,
    Oracle VBCS Introduction,
    Web Design with VBCS,,
    Oracle PaaS (Platform as a Service)

Komentáře • 5

  • @alexandreferresfernandes7618

    Your class is very Good, thanks for Shar your kwowdge.

  • @uday.sirivella
    @uday.sirivella Před 2 měsíci +1

    Hi I bro nice explanation, ihave one query .... foreach action taking time loop all data in table is there any alternate option available for this

  • @aashalkamdar9576
    @aashalkamdar9576 Před měsícem

    How to make it so that instead of updating each row, we only update those rows that were changed?

    • @vishalsingh5562
      @vishalsingh5562 Před 11 dny +1

      You'll have to introduce a object variable(rowStatus) to keep track of the each object of ADP . if an object is Edited you update the status property of rowStatus to 'updated' for the given id of the row. Then just loop through this id's