!!!UserCalcs
A UserCalc is a set of user-defined instructions that tells the execution program ([UPCALC], [UFCALC], etc.) to perform an action or operation. This is a powerful feature as it enables you to customize other [{$applicationname}] applications to a high degree. 

A UserCalc can perform different kinds of operations, such as arithmetic calculations, comparisons of different items, date checks and calculations, and issue warning messages.   It can be run with specified frequency for a defined group of employees, or used to detect a specific set of conditions.

A UserCalc may be simple (e.g. issue a warning if an employee's total earnings is greater than $1 million), or complex (e.g. detect an employee's anniversary and perform a special vacation accrual).

*[UserCalc Types|USERCALC TYPES]
*[Where to Use UserCalcs|WHERE_TO_USE_USERCALCS]
*[How to Plan a UserCalc|HOW_TO_PLAN_A_USERCALC]
*[UserCalc Conventions|USERCALC_CONVENTIONS]
*[Further UserCalc Naming Conventions|FURTHER_USERCALC_NAMING_CONVENTIONS]
**[Function UserCalcs|FURTHER_USERCALC_NAMING_CONVENTIONS#Function UserCalcs]
**[Qualification UserCalcs|FURTHER_USERCALC_NAMING_CONVENTIONS#Qualification UserCalcs]
----
!!!Define UserCalcs

*[Define UserCalc Access|IMUC]
----
!!!Commands
Commands are used to perform operations within a UserCalc. 
* [List of User Calc Commands|USER CALC COMMANDS] 


----
!!!Operand Types

Users need to declare the type of the Operand string being entered. These types consist of Variables, Constants, Database Items, Elements, and Pay Components.
*[UC Operand Types|UC OPERAND TYPES]
----

!!!Operators

An operator denotes an action that is to be taken on the operands indicated.

*[User Calc Operators|OPERATOR]
**[Arithmetic Operators|ARITHMETIC_OPERATORS]
**[Rounding Operators|ROUNDING_OPERATORS]
**[Conversion Operators|CONVERSION_OPERATORS]
**[Date Operators|DATE_OPERATORS]
**[Relative Date Operators|RELATIVE_DATE_OPERATORS]
**[Comparison Operators|COMPARISON_OPERATORS]

----
!!!Administer UserCalcs

The Administer UserCalcs form is where UserCalc are controlled. The administration of UserCalcs also involves an expanded knowledge of the Status of UserCalcs.
*[IMUCA Administer UserCalc|IMUCA]
*[UserCalc Statuses|USERCALC_STATUSES]
*[Publishing UserCalcs|PUBLISHING_USERCALCS]
*[Copying an 'In Production' UserCalc|COPYING_INPRODUCTION_USERCALC]
*[Editing an 'In Production' UserCalc|EDITING_INPRODUCTION_USERCALC]
*[List UserCalcs|LIST_USERCALCS]
----
!!!Sample UserCalcs

These are examples of some commonly needed UserCalcs. This is not the only way of coding the UserCalcs, and after discussion with your consultant, the best approach may require alternative set up.

*[AT - No Time Allowed to be Taken for 6 Months|AT_SAMPLE_USERCALC]
*[BE- 401K Maximum|BE_SAMPLE_USERCALC]
**[401K Maximum Amount|BE_SAMPLE_USERCALC#401K Maximum Amount]
**[401K Maximum Deduction|BE_SAMPLE_USERCALC#401K Maximum Deduction]
*[PR - Disbursement Message|PR_SAMPLE_USERCALC]
*[PR - FLSA Adjustment|PR_FLSA_SAMPLE_USERCALC]
----
!!!UserCalc Quick Reference Guide
*[Type: Function|USERCALC_TYPE_FUNCTION]
*[Type: Qualifier|USERCALC_TYPE_QUALIFIER]