Home > Building Your Application > About the Application You B...
Previous |
Next |
This tutorial guides you through the development of a Human Resources (HR) application for a fictitious company called AnyCo Corp. The application enables users to view and modify employee information stored in the OEHR_DEPARTMENTS
and OEHR_EMPLOYEES
tables.
When building the application, you perform these tasks:
Creating the Initial Application: Create an application that includes a Home page and a basic Departments report.
Modifying the Departments Report: Expand the report to pull in data from other tables.
Using an Interactive Report: Run and use the Interactive Report.
Adding an Employees Report and Form: Build an Employee form and report based on the OEHR_EMPLOYEES
table.
Editing the Employees Report: Add calculated fields to the Employees report.
Adding a Link on the Home Page to the Employees Report: Add a link on the Home page.
Adding a Department Column to the Employees Report: Modify the Employees report to enable the user to select a department.
"Linking a Column Value to Another Page": Add a link on the Departments report that navigates the user to the Employees report.
Adding a List of Values to the Employees Report: Add a report as a region that displays department details.
Adding Your Company Name: Add your company name so that it appears on all pages in your application.
Switching Themes to Change the User Interface: Switch the theme for your application.