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 Overview, the create, and the edit pages for a custom object. This is the second of a two-part demo that shows you how to create the UI for a custom object.
Step 2This is the sixth in a series of related demos that show how to create a custom object, add fields to it, and create the user interface.
In this series, we create a simple trouble ticket application that the sales organization can use to log customer issues.
Step 3In an earlier demo, you learned how to configure the search UI for a custom object.
Step 4In this demo, we'll configure the overview, creation, and edit pages.
Step 5We'll first configure the summary table, which lists the trouble tickets in the Work Area. Let's look at the UI so you know what I mean.
Step 6Here is what the summary table will look like when we area finished.
Step 7Back in Application Composer, let's add the fields we want to display.
Step 8But before we do, we must decide which field will be used to drill down to the trouble ticket details. We want users to drill down on the Abstract, so we don't need to change anything here.
Step 9Now let's select the fields we wan to display. We can double-click on each name.
Step 10Double-click the Company list item.
Step 11Double-click the Description list item.
Step 12Double-click the CreationDate list item.
Step 13Double-click the CreatedBy list item.
Step 14Double-click the Status list item.
Step 15Double-click the Type list item.
Step 16We want users to be able to be able to create, edit, and delete trouble tickets from the table, so we'll leave the action check boxes selected.
Step 17Now let's add the fields to the create trouble ticket page. Notice that the required field Abstract is already selected.
Step 18Double-click the Company list item.
Step 19Double-click the Description list item.
Step 20Double-click the CreationDate list item.
Step 21Double-click the CreatedBy list item.
Step 22Double-click the Status list item.
Step 23Double-click the Type list item.
Step 24We're done with the creation page so let's move to the next step.
Click the Next button.
Step 25In this final step, we'll configure the edit trouble ticket page, called the Details Page. Let's look at the finished page so you can see what I am talking about.
Step 26Here's what the finished edit page will look like.
Step 27Here is the Default Summary we are configuring.
Step 28Click the Expand Show Details button.
Step 29And here is the expandable Detailed Summary.
Step 30Back in Application Composer, let's add the fields we want in the Default Summary.
Double-click the Abstract list item.
Step 31Double-click the Company list item.
Step 32Double-click the Status list item.
Step 33Double-click the Type list item.
Step 34And now the fields in the collapsible detailed summary region.
Step 35Double-click the Description list item.
Step 36Double-click the CurrencyCode list item.
Step 37Double-click the CreatedBy list item.
Step 38Selecting the Allow Attachments check box adds the ability to upload and manage attachments. This is a common piece of functionality you can make available on any custom object.
Step 39Click the Allow Attachments option.
Step 40We're done with building the UI, so let's save and close.
Click the Save and Close button.
Step 41Here's the list of all the pages we created. Later demos will show you how to add tabs and other more advanced functionality. Now let's test what we have built so far. That's the subject of the next demo.
Step 42In this demo you learned how to create the UI for a custom 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 43