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 a fixed choice list field for an object in Application Composer.
Step 2This is the second 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 3To create a field, you start by clicking on the Fields link under the object.
In this example, we're adding a field to a custom object , but we could also add one to a standard object.
Step 4Notice that there are two tabs on the Fields page. The Custom tab where we create custom fields.
Step 5And the Standard tab where you can modify the label or appearance of any standard field on an object.
Step 6We'll stay on the Custom tab because we are creating a new field.
Step 7The field we are creating let's users select the status of a trouble ticket from a list, so let's select the Choice List (Fixed) option.
Step 8Click the OK button.
Step 9Enter the name users will see in the UI into the Display Label field.
Enter the desired information into the Display Label field. Enter
Now let's create the list of values, called the lookup type.
Click the Create button.
Step 11In the Meaning field, enter a name that will help you identify the lookup type. You may want to reuse the same lookup type for other fields.
Enter the desired information into the Meaning field. Enter
In the Lookup Type field, we enter a unique name that's internal to the application. It's not displayed to users and no spaces are permitted.
Enter the desired information into the Lookup Type field. Enter
Now let's add the two status values, Open and Closed.
Click the Create Lookup Code button.
Step 14In the Meaning field, we enter the wording the users will see.
Enter the desired information into the Meaning field. Enter
Press [Tab].
Step 16In the Lookup Code field, we enter the internal name which is not displayed to the user.
Enter the desired information into the Lookup Code field. Enter
Press [Tab].
Step 18We want Open to be the first value displayed in the list, so we'll enter "10" as the Display Sequence.
Enter the desired information into the Display Sequence field. Enter
Now let's add the Closed status
Click the Create Lookup Code button.
Step 20Enter the desired information into the Meaning field. Enter
Enter the desired information into the Lookup Code field. Enter
Press [Tab].
Step 23We want to Closed to be the second value in the list, so we must enter a number that's higher than 10 for the display sequence.
Enter the desired information into the Display Sequence field. Enter
We are done, so let's save.
Click the Save button.
Step 25Now that we have defined the list of statuses, we want to set Open as the default when users create the trouble ticket.
Click the Default Value list.
Step 26Click the Open list item.
Step 27Before we save, I want you to notice that the application automatically populated the Name field based on what you entered as the display label.
You could have two fields with the same display label, but this internal name must be unique.
Step 28Click the Save and Close button.
Step 29In this demo you learned how to create a fixed choice list field for an 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 30