What, Why, and How (WWH) of Visual Builder
As you all might know my first book on VB has been released that will help you to learn VB in-depth with a lot of various examples. To give a […]
As you all might know my first book on VB has been released that will help you to learn VB in-depth with a lot of various examples. To give a […]
Start developing the web and mobile application using Oracle Visual Builder. I have recently published a book with the title Effortless App Development with Oracle Visual Builder which will help […]
It’s a very common requirement to send an email using the Visual Builder Cloud Service (VBCS). So in this short blog, I’ll explain how to send an email using VBCS. […]
Object Triggers in the Oracle Visual Builder are used to specify the sequence of actions that start when a specific event occurs. It’s like a database trigger. For example: When […]
Business rules in Visual Builder Cloud Service (VBCS) allow to validate Business Objects data as well as to fire an event when data is inserted into the BO. There are […]
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 […]