Static web pages

To make the appraisalTimeline.html page that is described in this topic available, an administrator must enable the Improved Performance Appraisal Experience feature on the Feature Toggle page.

See Infor HR Talent Feature Toggle Administration Guide.

This table shows the HCM static pages and the HTML files that you can use to configure each static page:

Name Static page

Menu location

BusinessClass.Business Object Containing Page (Form or List)
Configured CHP URL (XXX = CHP Name)
Life Events createLifeEvent.html

Employee > Benefits > Life Events

Employee.LifeEvent (Form)
return EmpBaseURL + "/EmployeeSelfService/html/CHP(XXX).createLifeEvent?dir1=pages"
Life Events Enrollment enrollment.html

Employee > Benefits > Life Events (Create or select an event)

EmployeeEnrollment.EmployeeLifeEventFormWeb (Form)
return EmpBaseURL + "/EmployeeSelfService/html/CHP(XXX).enrollment?dir1=pages"
Open Enrollment (Non Responsive) enrollment.html

Employee > Benefits > Enrollment

Employee.EmployeeEnrollmentWeb (Form)
return EmpBaseURL + "/EmployeeSelfService/html/CHP(XXX).enrollment?dir1=pages"
Employee Time Off Calendar inforCalendar.html

Employee > To Do > My Time (Time Off Calendar tab)

Employee.EmployeeCalendarEE (Form)
return EmpBaseURL + "/EmployeeSelfService/html/CHP(XXX).inforCalendar?dir1=pages"
Manager My Staff Calendar inforCalendar.html

Manager > My Staff > Calendar (Select employee)

Employee.ManagerTimeEntryEmployees (List)
return MgrBaseURL + "/ManagerSelfService/html/CHP(XXX).inforCalendar?dir1=pages"
Manager Staff Absences Calendar inforCalendar.html

Manager > Manage Absences > Staff Absences (Select employee, Calendar tab)

Employee.ManagerAbsenceEmployees (List)
return MgrBaseURL + "/ManagerSelfService/html/CHP(XXX).inforCalendar?dir1=pages"
Manager Staff Absence Chart mgrAbsenceChart.html

Manager > My Staff > Absence Chart

Employee.AbsenceApproval (Form)
return MgrBaseURL + "/ManagerSelfService/html/CHP(XXX).mgrAbsenceChart?dir1=pages"
Manager Absence Chart mgrAbsenceChart.html

Manager > Manage Absences > Absence Chart

Employee.AbsenceApproval (Form)
return MgrBaseURL + "/ManagerSelfService/html/CHP(XXX).mgrAbsenceChart?dir1=pages"
Employee Time Entry timeEntry.html

Employee > To Do > My Time (Time Entry tab, Select open pay period)

PayPeriodDates.PayPeriodEE (Form)
return EmpBaseURL + "/EmployeeSelfService/html/CHP(XXX).timeEntry?dir1=pages"
Manager Staff Time Entry timeEntry.html

Manager > My Staff > Manage Time > Staff Time Entry (Select open pay period)

PayPeriodDates.PayPeriodMgr (Form)
return MgrBaseURL + "/ManagerSelfService/html/CHP(XXX).timeEntry?dir1=pages"
Employee Time Record Comments timeRecordComments.html

Employee > To Do > Time Records (Select time record, Comments tab)

EmployeeTimerecord.TimeRecordDetailsEE (Form)
return EmpBaseURL + "/EmployeeSelfService/html/CHP(XXX).timeRecordComments?dir1=pages"
Employee Appraisals appraisalTimeline.html

Employee > Growth (Click the Performance tab)

EmployeeAppraisal.AllMyAppraisalsInProgressList (List)

To make the appraisalTimeline.html page available, an administrator must enable the Improved Performance Appraisal Experience feature on the Feature Toggle page.

return EmpBaseURL + "/EmployeeSelfService/html/CHP(XXX).appraisalTimeline?dir1=pages&standalone=true"
Manager Appraisals appraisalTimeline.html

Manager > Performance

EmployeeAppraisal.AllAssignedToManagerAppraisalsList (List)

To make the appraisalTimeline.html page available, an administrator must enable the Improved Performance Appraisal Experience feature on the Feature Toggle page.

return EmpBaseURL + "/EmployeeSelfService/html/CHP(XXX).appraisalTimeline?dir1=pages&standalone=true"