Examples of Procedures#
New Hire#
Subject Table: P2K_HR_IDENTITIES
Since this type of procedure is strictly adding new records, there is no need for a Find Block for any of the steps, instead a HEADER should be added to the Form Definition in IMFD.
New Hire Payroll#
Subject Table: P2K_HR_EMPLOYMENTS
Since the newly hired employee will already be in the system, there is a need for a Find Block on the first step to locate the employee.
Since all of the screens are for the same subject table (P2K_HR_EMPLOYMENTS) the procedure may be defined with a HEADER or the Find block may be added to each step.
Termination#
Subject Table: P2K_HR_EMPLOYMENTSSince the task of this procedure is to end an existing employee's employment, there is a need for a Find Block on the first step to locate the employee.
Since all of the screens are for the same subject table (P2K_HR_EMPLOYMENTS) the procedure may be defined with a HEADER or the Find block may be added to each step.
Payroll#
Since the procedure is made up of only reports, a find block and header are not necessary.
New User#
New Role#
- IMRO
- IMER- Display Find toggle turned ON
- IMUR
- IMSV
- IMOS- Display Find toggle turned ON
- IMFOS- Display Find toggle turned ON