Rule errors

The rule's parameter values are validated when you submit the rule. This section describes the potential errors that can occur when the rule is run.

Rule runtime errors

When the rule executes, the application verifies the values of any employee value fields or UDFs. Any errors are displayed on the employee's timesheet. These errors can occur:

Error Reason
Error: Employee value is not defined for this employee.

The employee's configuration contains a null value in an employee value field specified in the Generate premium minutes from parameter.

You must either specify a default value in the rule's configuration for the employee value field, or ensure every employee is set up in the application with an appropriate value in the field.

Error: Employee value [employee value name = value] does not contain a valid value.

The employee's configuration contains a non-numeric value or a value less than 0 in an employee value field specified in the Generate premium minutes from parameter.

You must either specify a default value in the rule's configuration for the employee value field, or ensure every employee is set up in the application with an appropriate value in the field.

Error: Employee UDF is not defined for this employee.

The employee's configuration contains a null value in a UDF specified in the Generate premium minutes from parameter.

You must either specify a default value in the rule's configuration for the UDF, or ensure every employee is set up in the application with an appropriate value in the field.

Error: Employee UDF value [employee UDF name = value] does not contain a valid value.

The employee's configuration contains a non-numeric value or a value less than 0 in a UDF specified in the Generate premium minutes from parameter.

You must either specify a default value in the rule's configuration for the UDF, or ensure every employee is set up in the application with an appropriate value in the field.