Author: admin

VBCS

How to Create Business Objects using Data Manager in VBCS

In this section, we will see how to create business objects in VBCS using a data manager. Data Manager is used to manage data stored in business objects while developing VBCS applications. Let us create an excel sheet with Location data as shown below: Save this file as Location.xlsx. Now navigate to VBCS —>Business Objects—->Data […]

VBCS

Understanding Backend and Service Connection in VBCS

Backend in VBCS: A backend is representation of known resources like Integration cloud, that visual builders understand. A backend contains a list of “servers” to help connect to this backend.  Each server can be thought to encapsulate the details needed to connect to this type of resource like authentication, URL, etc.  Backend is basically the […]

VBCS

Understanding Business Rules in VBCS Business Objects

Understanding Business Rules in VBCS Business Objects In this section, we will try to understand business rules in VBCS business Objects. Business rules are used to validate business objects and fields and trigger action based on events or field changes. Business Rules can be access using below navigation in VBCS: We can define 5 types […]

OIC

How to Fix ERP Cloud Adapter Connection issue in GEN3

Issue Description: Sometimes in Gen3 OIC instance, while using ERP Cloud Adapter connection in Integration, we get below error, and we cannot use ERP cloud adapter connection in Integration: Resolution: This issue occurs when below required service WSDL are not sync in service catalog in oracle fusion. Follow the steps below to resolve this issue: […]

VBCS

Introduction To Business Objects in Oracle VBCS

What are business Objects: Business Objects (BO) are like tables in VBCS which are used to store application data. Like database tables, business objects provide the structure for the data. Business Objects are stored in a database. Business objects can be accessed by REST endpoints. Let us navigate to VBCS and create business objects. Let […]

Back To Top