This demonstration shows how to create an object in the Application Composer.
This is the first in a series of related demonstrations that use the example of creating a trouble ticket application to illustrate how to create a custom object and the related work area.
These demonstrations cover:
1. Creating a custom object
2. Adding a long text field to an object
3. Adding a fixed choice list field to an object
4. Adding a dynamic choice list field to an object
5. Creating a work area
6. Testing your work area
Steps:
Begin by signing in to the Application Composer as a user with an administrator job role.
Step 1Select the application where you are creating the object.
In this example, we are adding an object to the Oracle Fusion Sales application and Sales is already selected.
Step 2Standard Objects lists the objects delivered with the application. You can extend application objects by adding new fields, for example.
Step 3Objects that you create appear under the Custom Objects heading.
Step 4Click the Create button.
Step 5The Create Custom Object window appears.
Step 6In the Display Label field, enter the name for the object that application users will see.
We are creating a trouble ticket application in this example, so enter "Trouble Ticket".
Step 7Press [Tab].
Step 8The application populates all of the rest of the required fields with the text you entered.
Step 9The entry in the Plural Label field is what users will see as the title of the work area. We need to make it plural.
Step 10Add an "s" to the text in the Plural Label field.
Step 11The Record Name is what identifies each instance of the object in the application. Application Composer automatically creates this field for every custom object.
Step 12In our trouble ticket example, this is the field where users enter a brief summary of the issue.
In the Record Name field, enter "Abstract".
Step 13Click the OK button.
Step 14The list of custom objects now contains the trouble ticket that you created.
Step 15The trouble ticket is not visible to users until you create a work area. This is covered in a later demonstration.
Step 16This concludes the demonstration of creating an object.
A related demonstration shows how to add fields to this object.