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

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

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
17 26-Nov-2021 10:22 2 KB JMyers to previous
16 26-Nov-2021 10:22 2 KB JMyers to previous | to last
15 26-Nov-2021 10:22 2 KB JMyers to previous | to last
14 26-Nov-2021 10:22 2 KB RForbes to previous | to last
13 26-Nov-2021 10:22 2 KB RForbes to previous | to last
12 26-Nov-2021 10:22 2 KB RForbes to previous | to last
11 26-Nov-2021 10:22 2 KB RForbes to previous | to last UserCalc Typ ==> USERCALC TYPES
10 26-Nov-2021 10:22 2 KB RForbes to previous | to last UserCalc Types ==> UserCalc Typ
9 26-Nov-2021 10:22 2 KB RForbes to previous | to last Payroll (PR) ==> MODULE-PR
8 26-Nov-2021 10:22 2 KB RForbes to previous | to last Payroll (PR) ==> MODULE-PR
7 26-Nov-2021 10:22 2 KB RForbes to previous | to last Benefits (BE) ==> MODULE-BE
6 26-Nov-2021 10:22 2 KB RForbes to previous | to last Benefits (BE) ==> MODULE-BE
5 26-Nov-2021 10:22 2 KB RForbes to previous | to last Attendance (AT) ==> MODULE-AT
4 26-Nov-2021 10:22 2 KB RForbes to previous | to last Attendance (AT) ==> MODULE-AT
3 26-Nov-2021 10:22 2 KB RForbes to previous | to last
2 26-Nov-2021 10:22 2 KB Administrator to previous | to last
1 26-Nov-2021 10:22 1014 bytes Administrator to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
There are three types of UserCalcs: Calculation, Qualifier and Function.
There are three types of UserCalcs:
At line 3 removed 2 lines
Workflow is only concerned with Calculation types. Please refer to the User Calculations manual for more information on Qualifier and Function types.
At line 8 changed one line
Calculations are used exclusively by the Payroll and Workflow applications.
Calculations are used exclusively by the [Payroll (PR)] and [Workflow (WF)] applications.
At line 11 added 12 lines
For example, a Calculation may call a Qualification to check if a pay component value exists, invoke a Function to calculate 50% of that pay component's value, and move the result into a new pay component.
!Function
A Function may return a Boolean, Char(acter), Date, or Number value. Functions may be part of a Calculation UserCalc as a [CALL|UC Command CALL], or may be a stand alone UserCalc for the [Attendance (AT)] or [Benefits (BE)] modules. Many ePersonality applications use Functions as a tool to calculate customized values when typical business rules do not apply.
For example, a Function may be performed to calculate the seniority of an employee in days. An example of this is an attendance policy that requires yearly entitlement to be calculated based on the average days worked in the past 5 years. For this example, a Function would be used to return the entitlement owed to the employee.
!Qualifier
A Qualifier returns a Boolean value of either True or False. It is used to either eliminate or include employees in a calculation. Qualifiers may be part of a Calculation UserCalc as a [CALL|UC Command CALL].
For example, a Qualifier may test the condition 'Is this employee full time?' in order to eliminate part time, casual, or temporary employees from the calculation.