This demonstration shows how to create the work area for a custom object, a trouble ticket application in this example. You must create a work area to make a custom object visible to users. Work areas for custom objects consist of an overview page, a creation page, and an edit (details) page.
This is the fifth in a series of related demonstrations that use the example of 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 into the Application Composer as a user with an administrator job role and select the Pages node for the object.
Step 1In the Trouble Ticket: Pages page click the Enterprise Pages tab.
Step 2Click the Create Work Area link.
Step 3The Configure Navigator Menu page appears.
Here you create the menu entry that permits users to access the work area.
Step 4
Select the category heading where the menu entry will appear.
Click the Menu Category list.
Step 5The trouble ticket is a sales application, so select the Sales category.
Step 6In the Menu Item Display Label field, enter the menu item text.
Enter "Trouble Tickets".
Step 7Click the Next button.
Step 8The Configure Search page appears.
Here you specify the fields users can use to search trouble ticket records on the work area's Overview page.
Step 9A graphic shows the location of the search region on the page.
Step 10Add the fields you want to display in the search region.
Step 11Double-click the Abstract list item.
Step 12Now repeat this process for the other fields you want to add.
Step 13Click the Next button.
Step 14The Configure Overview and Creation Pages page appears.
Step 15In the Configure Summary Table region, select the fields to appear in the list of trouble tickets on the Overview page.
Step 16Notice that Abstract is already selected for you.
Step 17Double-click to select the Company field.
Step 18Select the rest of the fields.
Step 19In the Configure Creation Page region, add the fields that will appear when a user creates a trouble ticket.
Step 20Click the Next button.
Step 21The Configure Details Page Summary page appears.
Here is where you configure the Edit page, also known as the details page, for your object.
Step 22The top of the details page includes two regions.
Step 23
A summary region at the top.
Step 24And an expandable detailed summary region, right underneath.
Step 25Select the fields you want to appear in both of these regions.
Step 26You can permit users to add attachments when they are editing the trouble ticket.
Step 27Click the Allow Attachments option.
Step 28Click the Save and Close button.
Step 29This completes the demonstration of creating a work area for the trouble ticket custom object.
In a related demonstration, we will test the work area to confirm that it behaves correctly at run time.