USER_CALC_TYPE is a field used to identify the 'type' of the user calc which will then determine what values may be used/passed between UserCalcs and what capabilities may be performed.
X_USER_CALC_TYPE is a fixed lexicon with the following values:
Saved Value | Displayed Value | Usage Information |
---|---|---|
C | Calculation | Used as the main program area, and may call Qualifiers and Functions in order to perform some kind of customized action or operation. Calculations are only performed in the Payroll Calculation, and Forecasting and Costing applications. |
F | Function | Used to perform a calculation or query, and return a value to the calculation. The Attendance and Benefits Applications use Functions exclusively. |
Q | Qualifier | Used to reduce the number of employees or calculations processed by the UserCalc. |