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

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

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
24 26-Nov-2021 10:22 7 KB kparrott to previous
23 26-Nov-2021 10:22 7 KB kparrott to previous | to last
22 26-Nov-2021 10:22 7 KB kparrott to previous | to last
21 26-Nov-2021 10:22 7 KB Judy Lawler to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 3 changed one line
The Certify Leave Records (IALC) form is used by an employer to review leaves requiring certification.
The Certify Leave Records (IALC) form is used by an employer to review leaves requiring certification. e.g. FMLA, JURY DUTY, etc.
At line 8 changed one line
The following Work Flow trigger is used to generate the certification record:
The following Workflow trigger is used to generate the certification record:
At line 12 changed 3 lines
A sample work flow may be found at the end of this document.
\\
A sample workflow may be found at the end of this document.
!Employee Information
At line 30 added one line
!Leave Information
At line 37 changed one line
;[Audit Text|AUDIT_TEXT]:This field displays the audit generated for this line. Users must scroll through the text or double-click on the icon.
;[Description|DESCRIPTION]:This field holds a user-defined description of the leave type entered.
;[Reason|LEAVE_REASON]:If desired, the reason for the leave may be maintained.
;[Certification|LEAVE_CERTIFIED]:Any certificates (doctor’s note, jury notice, etc.) that are required may be noted here as ‘received’.
;[Source Module|ABSENCE_SOURCE_MODULE]:The ‘Source’ field indicates the originating program/form that the leave line information came from. Most commonly TE Data entry for time code related leave lines or AT Calculation for ‘audit’ leave lines.
;[Original Start Date|ORIG_LEAVE_BEGIN_DATE]:The date that the leave line record originally started. One leave line record may need to be split into several leave line records to be processed over several pay periods. Each ‘split’ will contain the original start date of the leave line.
;[Time Not Yet Taken|LEAVE_TIME_NOT_TAKEN]:This field shows the derived amount that is not being taken.
;[Wage Rate|WAGE_RATE]: The wage rate from the employee’s assignment record.
;[Basis|RATE_BASIS]:The field holds the time basis of the time not taken.
;[Start Time|START_TIME]:This is the time that the leave began.
;[End Time|END_TIME]:This is the time that the leave ended.
At line 50 added 3 lines
!!Sample Workflow
The following is an example workflow that may be used to update the leave line to require certification and to notify a designated employee there are leaves waiting to be certified.
!Notification of a Leave Needing Certification
At line 41 removed 3 lines
The following is an example work flow that may be used to create the leave line for certification and to notify an employee there are leaves waiting to be certified.
!!Notification of a Leave Needing Certification
When an employee enters a qualifying leave time code, an email should be sent to the notifying the appropriate Administrator there are outstanding leaves needing certification.
At line 45 changed 2 lines
;[Step 1 - Define Work flow Action in IMWA|]
The first step is to define the work flow action in [IMWA] that will be triggered when an employee enters a qualifying leave.
;[Step 1 - Define Workflow Action in IMWA|]
The first step is to define the workflow action in [IMWA] that will be triggered when an employee enters a qualifying leave.
At line 48 changed one line
;[Action |EVENT_CODE]:Suggest prefixing all Attendance work flow actions with AT. In this example, the work flow is named AT LV CERT.
;[Action |EVENT_CODE]:Suggest prefixing all Attendance workflow actions with AT. In this example, the workflow is named AT LV CERT.
At line 56 changed one line
The second step requires a user calc to be created to send the email to the Administrator.
The second step requires a user calc to be created in IMUC which will send an email to the designated employee.
At line 60 changed one line
;[Product|PRODUCT_CODE]: This field should be set to WF_AAL since the work flow action will fire when a new qualifying leave record is inserted in the [P2K_AT_LEAVE_LINES] table.
;[Product|PRODUCT_CODE]: This field should be set to WF_AAL since the workflow action will fire when a new qualifying leave record is inserted in the [P2K_AT_LEAVE_LINES] table.
At line 68 changed 4 lines
|10|IF|CF|INSERTING|EQ|B|TRUE| | |15 |99999 |
|15|IF|NV|AAL.DTC_ID|EQ|N|101| | |20|99999|
|20|LET|NV|AAL.LEAVE_CERTIFIED|EQ|A|03| | |99999
|20|ACT|AC|AT LV CERT|LOG|$S|CURRENT-DATE|RT|10001|99999| |<<EID.FIRST_NAME>> <<EID.LAST_NAME>> has entered a leave line requiring certification.
|10|IF|CF|INSERTING|EQ|B|TRUE| | |20 |99999 |
|20|IF|NV|AAL.DTC_ID|EQ|N|101| | |30|99999|
|30|LET|NV|AAL.LEAVE_CERTIFIED|EQ|A|03| | |40
|40|ACT|AC|AT LV CERT|LOG|$S|CURRENT-DATE|RT|10001|99999| |<<EID.FIRST_NAME>> <<EID.LAST_NAME>> has entered a leave line requiring certification.
At line 80 changed one line
Line 25: This line calls the work flow action (AT LV CERT) which was defined in the first step and will send the email notice to employee 10001.
Line 25: This line calls the workflow action (AT LV CERT) which was defined in the first step and will send the email notice to employee 10001.
At line 93 added 3 lines
----
![Notes|Edit:Internal.IALC]
[{InsertPage page='Internal.IALC' default='Click to create a new notes page'}]
At line 97 added one line