Visual Builder Cloud Service (VBCS) is one of the features of Oracle Integration Cloud (OIC) but if your organization doesn’t have the OIC subscription, you still can create an independent…
Every web application consists of various pages and the user should allow navigating from one page to another. In this short video, I’ll demonstrate how to navigate between pages in…
A table is one of the useful components in Oracle Visual Builder that allows the listing of data(Employees, Invoices, Clients, etc.). The table component in Oracle Visual Builder (VBCS) can…
It’s a very common requirement in the web application where you need to load common data before the page load so the data can be used at multiple places. Whenever…
The most common requirement in each and every web application is to get logged-in user credentials. Let’s see how to full fill this common requirement in Oracle Visual Builder Cloud…
The most frequent requirement in each and every web application where you need to provide a button which can “Export Table data to excel“. Same ways if you are creating…
The video shows how to create editable table in Oracle Visual Builder Cloud Service. Below is the use case which I’m are going to execute through this video. Develop a…
This article shows how to create a Dependent/Cascading List Of Values (LOV) in VBCS. When you have a drop-down whose values depend on another drop-down then, in this case, you…
While developing a web site it is common to have multiple pages and navigate between from one page to another on some event. This is called navigation between pages. In…
In this article, I’m going to show a beautiful use case which I encounter in my project. In this article, I’ll show how to call OIC REST service from VBCS.…