Extending an Oracle Cloud application
Extending Oracle Cloud applications using VB is a common requirement. VB provides a built-in catalog that allows us to interact with the Oracle Cloud application directly with the help of their REST APIs.
In this section, we'll create a feedback nomination application from where Oracle Cloud application customers can be nominated for their feedback. We'll show all the customers (accounts) from the Oracle Cloud application and allow these to be modified as well.
Important Note:
In order to execute this use case, the Oracle Cloud application backend must be added. If it has not been added already, please do so. Refer to Chapter 5, Creating and Managing Service Connections, under the Managing Backends in the Visual Applications section, to learn how to add a backend.
A new web application with the name oraclecloudext_chapter9
is created under the VBCSBook application. While creating this application, select Tabbed as the navigation...