Category: VBCS

Visual Builder Cloud Service

VBCS

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 […]

VBCS

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 […]

VBCS

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 […]

Back To Top