Aug 13, 2025 · 3 min read · 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...
Join discussion
Aug 13, 2025 · 2 min read · 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...
Join discussion
Jun 17, 2025 · 4 min read · As businesses evolve, the need to customize Oracle Fusion Applications—without disrupting standard upgrades—is more essential than ever. Fortunately, Oracle provides a powerful set of tools to achieve this: Custom Objects via Application Composer, an...
Join discussionNov 9, 2024 · 2 min read · Recently there was a requirement to show custom label on a Pie Chart instead of the standard label which shows the percentage by default. Here is how the data is presented by default. Here the label shows the percentage (31.6%) and on hovering it sho...
Join discussion
Aug 2, 2023 · 3 min read · 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...
Join discussion
Apr 11, 2023 · 10 min read · 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 ...
Join discussion
Feb 20, 2023 · 3 min read · Recently I have come across a lot of instances where there is confusion between Redwood Theme and Redwood Design System (aka Template Pattern). So let's get some more details on what these are. What is Redwood? Redwood is the name of Oracle’s next-ge...
Join discussion
Jan 29, 2023 · 3 min read · 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...
Join discussion
Dec 20, 2022 · 3 min read · Hello All, When developing enterprise web application, we often encounter a scenario where we need to add a drop-down list component in our web page and this drop-down list should show all the possible values that end-user can select. With the help o...
Join discussion