Steps:
Hello, my name is John, and today we are discussing extending applications using Application Composer.
Step 1In this demo, I will show you how to create the user interface for a child object in Application Composer.
Step 2
This is the fourth in a series of related demos that show how to create a child object, add fields to it, and display it in the UI of a parent object.
Step 3Before we begin, I am showing you the finished UI so you can understand the terms used in Application Composer. Child objects appear in subtabs on the parent object.
Step 4In Application Composer, you will select the fields you want exposed in the summary table.
Step 5What actions you want to expose.
Step 6And what fields you want to appear in the detail form, this is both the create and edit page for the child object.
Step 7Back in Application Composer, we begin by navigating to the parent object, in this case the Trouble Ticket.
Step 8We click the Pages link.
Step 9Now let's create the subtab.
Step 10
Click the Create button.
Step 11As you can see from all the available options, you can display all kinds of information in subtabs. We are exposing a child object, and the Child or related object option is already selected for us, so let's continue.
Step 12Click the Next button.
Step 13We first select the child object we want to expose.
Click the Data Object list.
Step 14Click the Activity list item.
Step 15Now let's enter the name that appears on the tab.
Enter the desired information into the Display Label field. Enter
Now let's add the fields that show up in the table listing the records. That's the summary table.
Step 17Double-click the Activity Name list item.
Step 18Double-click the CreationDate list item.
Step 19Double-click the Description list item.
Step 20Double-click the Status list item.
Step 21The check boxes in the Actions section control which action you can perform and display the appropriate buttons on the UI. We want users to be able to create, edit , and delete actions, so we leave them all selected.
Step 22Now let's add the fields we want to show up in the create and edit pages. That's the section of the tab right under the table.
Step 23Double-click the CreationDate list item.
Step 24Double-click the Description list item.
Step 25Double-click the Status list item.
Step 26We are done.
Click the Save and Close button.
Step 27Activities is now listed as a subtab on the trouble ticket object UI.
Step 28In this demo you learned how to create the UI for a child object in Application Composer.
You can find additional learning resources in your Oracle Fusion Help application, as well as in the Oracle Learning Library, and at Oracle University. Thank you.
Step 29