Adding validations
-
Open the
settings.conf file with a text editor. The file
is located in the
\conf subdirectory of the WBCS installation
file.
-
Locate the existing validation settings, if any.
-
Specify a new setting for each validation you want to add in the
form:
class.validation.ClockType.### =
com.infor.wfm.clock.server.validation.ValidationType
replacing the
following:
ClockType
with the clock type
to which the server applies the validation, you want the server to apply the
validation. For example, specify SYNEL
to
configure the WBCS to apply the specified validation to the Synel clock.
###
with a unique number for
the set of validations applied to the clock type, incremented by one for each
validation setting you add for the clock type. For example, if you there are
three validation settings for the Synel clock, they should be numbered 001
, 002
, and
003
. When you add a fourth setting, replace
###
with 004
.
-
ValidationType
with the specific validation
name you want to add. Type one of these options:
AreaValidation
BadgeValidation
BreakLengthValidation
ConsecutiveTypesValidation
DepartmentValidation
DepartmentAreaValidation
DocketValidation
DocketAreaValidation
IgnoreSwipeValidation
JobValidation
JobAreaValidation
PINValidation
ProjectValidation
ProjectAreaValidation
SameMinuteValidation
SaveUnprocessedSwipeValidation
ScheduleValidation
StatusValidation
SupervisorValidation
SupervisorEmployeeValidation
SupervisorReaderValidation
TerminalIPValidation
TimeCodeValidation
TimeCodeAreaValidation
-
Save the file and exit the text editor.