Plan the user interface
In this lesson, you use the process requirements to determine the user interface elements that you need to create and which ones you can reuse.
About this task
At the beginning of the tutorial, you reviewed the Process requirements. In this lesson, you use the process requirements to plan your user interface pages.
In the process requirements, the hiring manager must prepare a job requisition. In the first page of the job requisition, the hiring manager enters information that is common to both a new and existing position. This data includes information about the requisition and the position that must be filled.

The hiring manager then goes to the next page of the job requisition. If the job requisition is for a new position, the hiring manager does not need to enter further data. This page contains the same data as the first page, but it is read only so that the hiring manager can review it before submitting the request. If the data is incorrect, the hiring manager goes to the previous page to correct the data and submit the request again.


The general manager (GM) reviews the requisition if it is for a new position. All of the requisition information is read only. The GM must approve or reject the requisition. The GM can also add comments.

- In the requirements, the position type (new or existing) and position title are on every page. This information is the position data part of the requisition. The Position business object contains the information for this part of the user interface.
- The remaining requisition information displays only when a job requisition is created or when the hiring manager or GM reviews a new position requisition. This information is the job requisition data part of the job requisition. The Requisition business object contains the information for this part of the user interface.
- For existing positions, the hiring manager also enters data about the person. This information is the person data part of the requisition. The Person business object contains the information for this part of the user interface.
Lesson checkpoint
You analyzed the process requirements to identify the parts of the user interface. You also identified the elements that can be reused.
In the next lesson, you create the coach views for job requisition data.