© 2026 Hashnode
Oracle Visual Builder (VBCS) is built with REST in mind — but the real world isn’t always that simple. Many enterprise applications, especially older or vendor-locked systems, still expose their integrations only through SOAP APIs. If your VBCS appli...

In Part 1, we set up a SOAP service connection in VBCS, built a SOAP request, and successfully invoked a BI Publisher report using the ExternalReportWSSService. The API responded with a base64-encoded payload — in our case, a CSV containing the repor...

Recently I had come across a requirement where there was a need to export the data into multiple sheets of an Excel File. So generally VBCS has a sample custom component to export the data from a DataProvider into CSV called oj-sample-export-data . T...

Hello All. Hope you all are well and good. In this blog, I will discuss how you can update or delete a record in a read-only Oracle JET table once you have inserted a new record in it. In my previous blog Inserting New Records in Read-Only JET Table ...

UPDATE NOTE (22/11/2023): As of the latest Release 23.10, VB has provided an easier way to achieve this functionality. Locate tableBeforeRowEdit under eventListners in the JSON code and add "asyncBehavior": "enabled" for both events. The final code s...
