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 dynamic choice list field for an object in Application Composer.
Step 2This is the fourth 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 3Click the Fields link for the object where you want to add the field.
Step 4Now let's create the field.
Click the Create a custom field button.
Step 5The field we are creating will be used to select the names of partners that are logging trouble tickets.
We want the list of partners to come directly from the data in our application, so we create a dynamic choice list field.
Click the Choice List (Dynamic) option.
Step 6Click the OK button.
Step 7In the Display Label field, we enter the field name users will see.
Enter the desired information into the Display Label field. Enter
We'll accept the default display width.
Step 9And we don't need to make entry required.
Step 10One more thing. We can leave the system field name blank. The application will automatically copy over the display label.
That's OK in this case because we know we don't have any other fields with this name.
Step 11Let's go to the next page.
Click the Next button.
Step 12Now we'll specify the related object that will populate the list of partners.
Click the Related Object list.
Step 13Click the Partner list item.
Step 14Now, let's select the partner attribute to display in the list. That's the partner name.
Click the List Selection Display Value list.
Step 15Click the Partner Name list item.
Step 16If we wanted to, we could filter the list of partners.
Click the Expand Data Filter button.
Step 17And we could display additional fields in the list of partner names.
For example, we could add Partner Location to make it easier for users to select the right partner.
Click the Expand Additional List Display Values button.
Step 18We could also add additional fields users could use to search for partners in the list.
Click the Expand Additional List Search Fields button.
Step 19We don't need these options for our example, so let's submit and we are done.
Click the Submit button.
Step 20The field we just created is listed in the Fields page.
Step 21In this demo you learned how to create a dynamic 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 22