Before You Begin
This is the third and last tutorial in the Add components to your pages module. It takes approximately 15 minutes to complete.
Background
Oracle Visual Builder Cloud Service is a visual development tool for creating web and mobile applications by simply dragging and dropping UI components onto a page. You don't need any programming experience to develop an application.
In this tutorial, you'll add a Details type page to the HR Application. You'll then configure the Details page to show a Department-Employees report that uses a query to list all employees of the selected department.
The images in this tutorial sequence show the standalone version of Oracle Visual Builder Cloud Service. If you are using the Oracle Integration Cloud version, you will see an additional menu at the top of each page that lets you switch between Visual Builder and Integration Cloud.

What Do You Need?
- Access to Oracle Visual Builder Cloud Service
- A supported browser (see Known Issues for Oracle Visual Builder Cloud Service for more information)
Add a
New Page
- Open the page menu and click New Page.
Description of this illustration vbcsap_t1_s1.png - On the first page of the Create Page wizard, enter the
following:
- Page Title:
Department-Employees Report
- Page Type:
Details
Description of this illustration vbcsap_t1_s2.png - Page Title:
- Select Department as the page's
associated business object.
Description of this illustration vbcsap_t1_s3.png - Click Create.
Add A
Field to Your New Page
- In the Department-Employees Report page, open the Components
palette if it is not already open.
Description of this illustration vbcsap_t2_s1.png - Drag and drop a Two-Column Layout
component onto the report page.
Description of this illustration vbcsap_t2_s2.png - Drag a Text Field component and drop it
into the left column of the Two-Column Layout component.
Description of this illustration vbcsap_t2_s3.png - In the pop-up box, enter the following:
- Business Object Field: Click the
Existing
toggle button - Business Object:
Department
(automatically populated) - Field ID: Select
name
from the drop-down list - Label: Update to
Department Name
Description of this illustration vbcsap_t2_s4.png icon to save the details.
- Business Object Field: Click the
Add
Another Component
- Drag a Combo Box component and drop it
into the right column of the Two-Column Layout component.
Description of this illustration vbcsap_t3_s1.png - In the pop-up box, enter the following:
- Business Object Field: Click the
Existing
toggle button - Business Object:
Department
(automatically populated) - Label:
Location
(automatically populated) - Field ID:
ref2Location
(automatically populated)
Description of this illustration vbcsap_t3_s2.png icon to save the details.
- Business Object Field: Click the
Add A
Table
You'll need a place to display information.
- Drag and drop a Table component onto the
report page below the Two-Column Layout component.
Description of this illustration vbcsap_t4_s1.png - In the Data page of the Table Creation wizard, select Employee.
Description of this illustration vbcsap_t4_s2.png - In the Mapping Page, drag and drop the Name and
Email fields into the Selected
area and click
.
Description of this illustration vbcsap_t4_s3.png - In the Object Actions page, click Off for
all default actions (Create, Edit, Delete, and Details) and
click
.
Description of this illustration vbcsap_t4_s4.png - In the Options page, click the On toggle
button of Query.
Description of this illustration vbcsap_t4_s5.png - In the first list, select Department. In
the third list, select <Department record ID>.
If an error message appears, you can safely ignore it.
Description of this illustration vbcsap_t4_s6.png - In the Table Summary field, enter text
like this:
This table shows the name and email address of each employee in the department.
Description of this illustration vbcsap_t4_s7.png - Click Finish. The Department-Employees
Report page should look like this.
Description of this illustration vbcsap_t4_s8.png
Connect
the Page
After creating the page, you must associate the page with an action that will open it.
- Open the Page menu and select Departments.
- Click the Name column of the Departments
table and click the Actions tab in the
Table Properties pane.
Description of this illustration vbcsap_t5_s1.png - In the Actions tab, click + Add
Action.
Description of this illustration vbcsap_t5_s2.png - Click the predefined action View Department.
Description of this illustration vbcsap_t5_s3.png Description of this illustration vbcsap_t5_s4.png - Click the
button in the toolbar.
- In the Departments page, click a department Name link
to view all employees of the selected department.
Description of this illustration vbcsap_t5_s5.png
Want
to Learn More?
- Using Oracle Visual Builder Cloud Service in the Oracle Help Center
- About the Components of Oracle Visual Builder Cloud Service in Using Oracle Visual Builder Cloud Service
- Known Issues for Oracle Visual Builder Cloud Service in the Oracle Help Center