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 […]
Events and Event Listeners in VBCS
In this section, we will see Events and Event Listeners in VBCS. What are Events? Event occurs when something happens in application. Example- Page Load, button click etc. Event Listener listens to events and then starts one or more action chains. So, every event is associated with event listener and one or more action chains. […]
How to call BIP Report from VBCS using JavaScript
How to call BIP Report from VBCS using JavaScript In this section, we will see how to call BIP report from VBCS using JavaScript without Oracle Integration Cloud (OIC). Let us create sample VBCS application and page to call BIP report on button click. We will pass parameter to BIP report from Text field on […]
