Define Calculation Functions
Explanation
This activity is used to define your own calculation function when standard
system functions are not sufficient. Knowledge of SQL is required.
Prerequisites
There are no prerequisites.
System Effects
As a result of this activity, a user defined calculation function will be
available for use in wage code calculations.
Window
Functions,
Related Window Descriptions
Functions,
Functions/User Functions
Procedure
- Open the Functions Window.
- Navigate to the User Functions tab and add a new record in
the table.
- In the User Function ID field, enter the unique identifier
of the function.
- In the Func Name field, enter the name for the function.
- In the Number of Parameters field, enter how many parameters the
function will require to enter.
- In the User Function field, enter the SQL code of the function.
Please, refer to the field usage or the tab description for a detailed
description of what SQL commands are available.
- In the Remarks field, enter any comments about the function.
- Save the information.