Hiring tutorial: Create the coach view for person data
Hiring tutorial > Create the user interface >
In this lesson, you create the coach view that displays person data, such as name and pay level.
This lesson is similar to the previous lesson. It provides the information you need to construct the coach view but does not provide the detailed steps. For detailed steps, see Create the coach view for position request data.
Procedure
- Create a coach view and name it Person CV.
- Bind the view to business data:
- Select the Variables tab.
- Add the
Person
variable as the business data variable and set its type to the Person business object.
- Click the Layout tab and then, from the palette, add a panel to the layout canvas and rename it to Person data.
- Drop the following controls onto the Drop additional content here area of the Person data section.
- Text control
- Text control
- Text control
- Text Area control
- Edit the properties of the first text control:
Property Value General > Label Given name General > Binding Person.firstName
- Edit the properties of the second text control:
Property Value General > Label Family name General > Binding Person.lastName
- Edit the properties of the third text control:
Property Value General > Label Manager General > Binding Person.supervisor
- Edit the properties of the text area control:
Property Value General > Label Comments General > Binding Person.notes
- Save your work.
Summary
You created the Person CV coach view.
In the next lesson, you create the Create Position Request CSHS human service.