How to Implement Row Level Edit for Table in VBCS In this post, we will implement row level edit for table in VBCS. Let us create new Web app as shown: Click on Create. We will use same service connection based on ORDS data source. Create new types. Navigate to Types —>From Endpoint. Click Next. […]
Implementing Pagination Control for Table using ADP in Oracle VBCS
Implementing Pagination Control for Table using ADP in Oracle VBCS In earlier posts, we have seen how to implement pagination in VBCS page using ADP variable for ORDS data source. In this post, we will see how to implement pagination control for table using ADP variable. Let us create new Web Apps for this requirement. […]
How to implement Pagination in VBCS with ORDS and ADP
In earlier posts, we have seen how to implement pagination in VBCS using SDP variable and ORDS as data source. In this post, we will see how to implement pagination in VBCS with ORDS and ADP variables. Let us create new VBCS application: Click on Create. Create new Service Connection for ADP variable. Navigate to […]
How to implement Pagination in VBCS with ORDS and SDP
How to implement Pagination in VBCS with ORDS and SDP. In this post, we will see how to implement pagination in VBCS with ORDS and SDP. Pagination is a technique used in APIs (and UIs) to return large result sets in smaller, manageable chunks instead of all rows at once. Imagine a table with 1 […]
How to Perform DML operations on Business Object in VBCS
How to Perform DML operations on Business Object in VBCS In last section, we have seen introduction to Business objects and seen how to create business objects and display data from business object on VBCS page. In this section, we will see how to perform DML (INSERT/UPDATE/DELETE) operations on business objects by creating page. Let […]
How to Connect ATP Database with VBCS using Tenant Setting and Database Wallet
How to Connect ATP Database with VBCS using Tenant Setting and Database Wallet In this post, we will see how to connect ATP database with VBCS using Tenant setting and database wallet. Step1: Provision ATP Database in OCI. Login to OCI Console and click on navigator. Navigate to Oracle AI Database —>Autonomous AI Database Select […]
How to Navigate to Page Flow from Fragments
In this post, we will see how to navigate to Flow (Page) from Fragments. When we create fragments and want to navigate to flow, there is no action available for navigation. We need to follow the steps below to navigate to Page/Flow from fragments. Step1: Create Sample VBCS Application. Navigate to Web Application. Click on […]
How to Call OIC Integration from VBCS
How to Call OIC Integration from VBCS In this post, we will see how to call OIC integration from VBCS. Note: We are considering OIC and VBCS available on same OCI tenancy and domain. Let us consider below Sample OIC Integration (App Driven). The integration is having Name as input Payload, and it is giving […]
How to Integrate OPA (Oracle Process Automation) with Oracle VBCS
How to Integrate OPA (Oracle Process Automation) with Oracle VBCS In this section, we will see how to Integrate process defined in OPA with Oracle VBCS. Note: VBCS and OPA should have same identity domain to work on the steps below. Let us consider below sample Oracle Process Automation structured process created: Navigate to Processes. […]
How to resolve VB Studio Error-You are not a member of this organization in Oracle Fusion
How to resolve VB Studio Error- “You are not a member of this organization” in Oracle Fusion. When we try to open VB Studio from Configuration –>Visual Builder in oracle fusion, we usually get error as “You are not a member of this organization” in Oracle Fusion. In this post, we will see how to […]
