This page (revision-22) was last changed on 26-Nov-2021 10:22 by kparrott

This page was created on 26-Nov-2021 10:22 by jmyers

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
22 26-Nov-2021 10:22 26 KB kparrott to previous
21 26-Nov-2021 10:22 26 KB kparrott to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 2 changed 24 lines
OBJECTIVES:
Create a new Departmental Birthday report
Add a parameter to select a specific month
Add a lexicon to the month parameter
Create a Department Head Count report [based on RENA]
NOTE:
In this demonstration, the application server will be ARGO and the EP instance AS01. These values will need to be altered to reflect your specific environment.
CREATING A BIRTHDAY REPORT
IMFN
Create a new function for this report.
Any report run from within ePersonality must be defined as a function in the IMFN screen. The first two reports will be retrieving data from the HR tables only and is similar to the RENA report.
Enter REBR for the function name and add a description for this report.
This demonstration will create a report named REBR. This follows our standard report nam¬ing convention. The 'R' indicates a read only report. This will not make any changes to existing data within the database. 'E' represents it is a member of the HR [employee] mod¬ule, and 'BR' is an abbreviation for a Birthday Report.
Since this report is displaying employee information only, it should be part of the HR prod¬uct group.
Set the following fields:
Function Type to ‘Report’
Usage to ‘User Defined’
Computer Language to ‘Winward’
Where Run to ‘Windward’
Destination Format to ‘PDF’
PDF is the only supported output format at the time this demonstration was written.
Add at least one user or role that will have execution rights to the new report.
Adding P2K_MASTER will allow P2K to run the report. If this report will prompt to users to enter parameters, both the Retrieve Allowed and Update Allowed toggles must be turned on.
IMFDH
!Objectives
#Create a new Departmental Birthday report
#Add a parameter to select a specific month
#Add a lexicon to the month parameter
#Create a Department Head Count report [based on RENA]
%%information In this demonstration, the application server will be ARGO and the EP instance AS01. These values will need to be altered to reflect your specific environment.%%
!!CREATING A BIRTHDAY REPORT
!IMFN
#Create a new function for this report.\\ \\Any report run from within ePersonality must be defined as a function in the IMFN screen. The first two reports will be retrieving data from the HR tables only and is similar to the RENA report.\\ \\
#Enter REBR for the function name and add a description for this report.\\ \\This demonstration will create a report named REBR. This follows our standard report naming convention. The 'R' indicates a read only report. This will not make any changes to existing data within the database. 'E' represents it is a member of the HR [employee] module, and 'BR' is an abbreviation for a Birthday Report.\\ \\Since this report is displaying employee information only, it should be part of the HR prod¬uct group.\\ \\
#Set the following fields:
#*Function Type to ‘Report’
#*Usage to ‘User Defined’
#*Computer Language to ‘Winward’
#*Where Run to ‘Windward’
#*Destination Format to ‘PDF’\\ \\PDF is the only supported output format at the time this demonstration was written.\\ \\
#Add at least one user or role that will have execution rights to the new report.\\ \\Adding P2K_MASTER will allow P2K to run the report. If this report will prompt to users to enter parameters, both the Retrieve Allowed and Update Allowed toggles must be turned on.
!IMFDH