In Oracle Visual Builder Cloud Service (VBCS), a Customize Fetch Action for an SDP (Service Data Provider) is a way to override the default data fetching behavior and write custom logic (typically JavaScript) to control how and what data the SDP retrieves from a service or other sources. In this post, we will see how […]
Difference Between Select (Single) and Combo-Box in VBCS
In Oracle Visual Builder Cloud Service (VBCS), both Select (Single) and Combo Box components allow users to choose a single item from a list. However, they differ in terms of features, usability, and flexibility. Here’s a detailed comparison: Feature Select (Single) Combo Box User Selection Only allows selection from the pre-defined list Allows selection from […]
Multiple fields for Select (Single) in VBCS
Multiple fields for Single select in VBCS In this post, we will see how to display multiple fields in Select (Single) in VBCS application. When we use Select (Single) component in VBCS, it usually shows only one field in select list. But we can show multiple fields in select list also. Step1: Create VBCS Web […]
What is Shell Page in VBCS?
Shell page in VBCS plays a very important role in structuring the layout and navigation of web applications. It acts like a master layout or template that wraps your application’s individual pages and manages consistent UI element across all pages. Each web app created in VBCS has one shell page which can be found under […]
How to Create Dialog Box and Display Data from Fusion REST API in VBCS
How to Create Dialog Box and Display Data from Fusion REST API in VBCS In VBCS, a dialog box is usually used to display additional information, forms or confirmations messages without navigating away from the current page. In this post, we will see how to configure dialog box in VBCS. Requirement: We have VBCS Page […]
How to add Icon/Logo to Button in VBCS
In this post, we will see how to add Icon/Logo to Button in VBCS. Let us create a Page with Button in VBCS as shown below: Also set Chroming property of Button as “Call To Action”. We will add download Icon to this button. Click on StartIcon property. Select Icon. Click on Icon (File-Image). Replace […]
Button Chroming in VBCS
In Oracle Visual Builder Cloud Service (VBCS), the “Chroming” property for a Button controls the visual style or appearance of the button — essentially how it looks in terms of emphasis and display priority. Common Chroming Options in VBCS Buttons: (A) Borderless: Button without border or background — minimal styling. Low emphasis. (B) Call To […]
VBCS: ADP VS SDP Difference
In this post, we will see the difference between ADP and SDP in VBCS. In VBCS, data providers serve a bridge between your data and UI components (like table, lists, charts etc.). Two of the most used are: (A) SDP (Service Data Provider) (B) ADP (Array Data Provider) They help the UI know what data […]
Using Object Triggers for Business Objects in VBCS
In this section, we will see how to use object triggers for business objects in VBCS with examples. Like we have Database triggers on database tables, we have object triggers on business objects in VBCS. Object triggers is a script which is executed in response to a specific business object event. Let us consider example- […]
How to Create Simple Search Page using REST API in VBCS
In this section, we will create Simple search page to display payment terms from fusion. Step1: Create Backend and Service Connection with Fusion. Navigate to VBCS—> Backend. As we need to call fusion REST API, select “Oracle Cloud Applications Instance”. Provide fusion instance details with URL and authentication details. Click on Create. Backend is created […]