In this article, we are demonstrating how to perform bulk operations on Business Objects using the Excel plug-in of Oracle Visual builder. Usually, we manipulate BO data by event and…
In this article, we are demonstrating how to display tables dynamically using a third-party js library Axios in Oracle Visual builder. Axios is a third-party library that is a promised-based HTTP…
In this article, we are going to show how to enable anonymous to the Oracle Visual Builder Applications. Anonymous access allows users to access the application without login credentials. By…
Data Pallet in Oracle Visual Builder helps you to accelerate the creation of tables/forms in a faster manner. The BO & Service Connections are visible in the Data Pallet to…
We often get a requirement to synchronize the data from source to Visual Builder application in a real-time or scheduled fashion. There may be various scenarios to synchronize the data…
I often find a requirement very frequently where developers want to give functionality to fetch & update the Oracle Integration lookup using the Visual Builder screen. So, this requirement insisted…
VB supports the batch request API which can be used to perform multiple operations(get, create, update, delete) in a single call. The data is committed at the end of the…
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…
Select One component is one of the seeded Oracle JET (OJET) components that allow us to populate data from backend API or Business Object or static. The data we receive…