Generate Visual Builder UI Pages for Your Custom Object
You can use Oracle CX Extension Generator and Oracle Visual Builder Studio to recreate custom UI pages for Sales in the Redwood User Experience. For example, create an application extension that you can download as a single .zip file and then upload to Oracle Visual Builder Studio. Once you upload the files to Visual Builder Studio, you can continue to build out the extension and then publish the custom UI for your users.
Here are the high-level steps to create a panel for your Agreements custom object:
- Create a new sandbox and go to .
- From the Common Setup, select CX Extension Generator.
- From the CX Extension Generator page, click Create New Extension.
-
In the Add objects drawer, select the object you're using to create the application, and then click Add.
In this example, select Agreements.
- Drill down on the Agreements object to configure the detail page. In the runtime
application, the detail page is called the Overview page.
The page displays automatically-generated panels for attachments and notes. You can optionally delete them.
-
On the default Configure Panel, click Add and a drawer similar to the following is displayed.
- In the Add Panels drawer, select the custom related object that we want to create the panels for. These can be objects with either a 1:M or M:M relationship.
- Select the Create subview for each panel checkbox to automatically create a subview along with each panel.
-
Click Add.
- From the Configure drop-down list, select Smart Actions to review the smart actions that the Extension Generator will automatically create for the selected objects.
- When you're done with your application extension changes, navigate back to the CX
Extension Generator list page and click Generate Files.
The CX Extension Generator generates and downloads a .zip file that includes the pages and layouts for your selected objects.
See Create a New Application Using the CX Extension Generator for more details.