Building a new Redwood extension in Oracle Fusion using Visual Builder Studio
In this article, we’ll explore how to build a complete end-to-end application extension in Oracle Fusion using Visual Builder Studio (VBS) provided by Oracle SaaS. We’ll guide you through the entire process—from development to deployment.
Oracle provides a Redwood page for registering new suppliers, which typically involves six steps and a significant amount of data entry. To simplify this, we’ll create a mini application extension that captures only the essential information required to register a supplier. This streamlined process will improve user experience while maintaining key functionality.
Follow these steps to begin building your extension:
-
Access Oracle Fusion
Ensure you have access to your Oracle Fusion environment. -
Open Visual Builder Studio
Navigate to the burger menu in Fusion, then go to Configuration > Visual Builder. This will launch Visual Builder Studio (VBS). -
Create or Select a Project
-
You can either use an existing project or create a new one.
-
To create a new project, click the +Create button.
-
Provide the required information and permissions, then click Finish.
-
-
Project Setup
Within about 30 seconds, your project will be provisioned with all necessary tools automatically, thanks to the built-in capabilities of Visual Builder Studio. -
Add Fusion Cloud Environment
Integrate your Oracle Fusion Cloud environment with the VBS project to enable the extension. -
Create the Application Extension
With everything set up, proceed to build your application extension for supplier registration.
For a detailed walkthrough of the process, including creating the mini registration page and connecting it to Fusion, refer to the step-by-step video linked below.
If you liked the article, please like, comment, and share
Further Readings
Embedding custom VBCS application in Oracle SaaS
Enabling Column Personalization in Dynamic Tables in Oracle Visual Builder
Customizing User Journey page using Visual Builder Studio | Oracle SaaS | Oracle VBCS
How to add a new App UI SaaS extension using Visual Builder Studio | Oracle Integration | OIC | VBCS
Exception Handling in Oracle Visual Builder
Step by Step process to create custom adapter | Oracle Integration