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