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

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

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
28 26-Nov-2021 10:22 2 KB kparrott to previous
27 26-Nov-2021 10:22 2 KB jmyers to previous | to last
26 26-Nov-2021 10:22 2 KB JEscott to previous | to last
25 26-Nov-2021 10:22 2 KB JEscott to previous | to last
24 26-Nov-2021 10:22 2 KB JEscott to previous | to last
23 26-Nov-2021 10:22 2 KB JEscott to previous | to last
22 26-Nov-2021 10:22 2 KB JEscott to previous | to last
21 26-Nov-2021 10:22 2 KB JEscott to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 2 lines
[{TableOfContents }]
At line 5 added 2 lines
!!New Candidate
This is a procedure which will be called within Self Service when a new Candidate selects the button 'Are you a new Candidate'. This procedure will allow you to control the steps required by an individual to register as a candidate with your organization.
At line 4 changed 10 lines
!New Hire
*IEHR or IEQH
*IEPI
*IECT
*IPRLU
*IPPM
*IBEL
*IBRA
*IPSN
*IEID
%%warning Please note that for this procedure, the first function listed should NOT be 'mandatory', as it may cause the system to hang.%%
Since this is a procedure for a new candidate to enter their information, there is no need for a Header or a Find Block.
At line 15 changed 4 lines
!New Hire Payroll
*IPRLC / IPRLU
*IPPM
*IPSN
The procedure must be called ‘NEW CANDIDATE’ (no underscores or dashes, no abbreviations) for the product of ‘RE’.
At line 14 added one line
There must be at least one sequence/step in the procedure with the function ‘[WCRLI] -Candidate Log-In Information’.
At line 21 changed 5 lines
!Termination
*IETR
*IBEL
*IPSN
*IALA
Execution Rights for all of the functions in the procedure must be given to the CANDIDATE user.
At line 18 added 6 lines
*[WCRLI]
*[WCREH]
*[WCRWH]
*[WCRRS]
*[WCRRF]
*[WCRWP]
At line 29 changed 7 lines
!Payroll
*UPCALC
*RPREGC
*RPREGT
*UPCLOZ
*UPDISB
*UPGL
!!New Hire
At line 37 changed 6 lines
!Security – new User
*IMUS
*IMFS
*IMSV
*IMOS
*IMFOS
Subject Table: [P2K_HR_IDENTITIES]
At line 30 added one line
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].
At line 45 changed 8 lines
!Security – new role
*IMRO
*IMER
*IMFS
*IMUR
*IMSV
*IMOS
*IMFOS
*[IEHR] or [IEQH]
*[IEPI]
*[IECT]
*[IPRLU] or [IPRLC]
*[IPPM]
*[IBEL]
*[IBRA]
*[IPSN]
*[IEID]
At line 42 added one line
!!New Hire Payroll
At line 44 added one line
Subject Table: [P2K_HR_EMPLOYMENTS]
At line 46 added one line
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.
At line 48 added one line
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.
At line 50 added 3 lines
*[IPRLC] or [IPRLU] - Display Find toggle turned on
*[IPPM]
*[IPSN]
At line 57 added 2 lines
!!New Role
A Subject Table and Header are not necessary for this type of procedure.
At line 61 added 6 lines
*[IMRO]
*[IMER]- Display Find toggle turned ON
*[IMUR]
*[IMSV]
*[IMOS]- Display Find toggle turned ON
*[IMFOS]- Display Find toggle turned ON
At line 66 changed one line
[{If var='loginstatus' contains 'authenticated'
!!New User
At line 68 changed 3 lines
----
![Discussion|Edit:Internal.PROCEDURE EXAMPLES]
[{InsertPage page='Internal.PROCEDURE EXAMPLES' default='Click to create a new discussion page'}]
A Subject Table and Header are not necessary for this type of procedure.
At line 72 changed one line
}]
*[IMUS]
*[IMSV]
*[IMOS] - Display Find toggle turned on
*[IMFOS] - Display Find toggle turned on
!!Payroll
Since the procedure is made up of only reports, a find block and header are not necessary.
*[UPCALC]
*[RPREGC]
*[RPREGT]
*[UPCLOZ]
*[UPDISB]
*[UPGL]
!!Termination
Subject Table: [P2K_HR_EMPLOYMENTS]
Since 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.
*[IETR] - Display Find toggle turned on
*[IBEL]
*[IPSN]
*[IALA]
----
![Notes|Edit:Internal.PROCEDURE EXAMPLES]
[{InsertPage page='Internal.PROCEDURE EXAMPLES' default='Click to create a new notes page'}]