Adding Validations

To add validations:

  1. Open the settings.conf file with a text editor. The file is located in the \conf subdirectory of the WBCS installation file.
  2. Locate the existing validation settings, if any.
  3. 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 the following:

      ValidationTypes

      AreaValidation

      BadgeValidation

      BreakLengthValidation

      ConsecutiveTypesValidation

      IgnoreSwipeValidation

      DepartmentValidation

      DocketValidation

      JobValidation

      ProjectValidation

      TimeCodeValidation

      DepartmentAreaValidation

      DocketAreaValidation

      JobAreaValidation

      ProjectAreaValidation

      TimeCodeAreaValidation

      PINValidation

      SameMinuteValidation

      SaveUnprocessedSwipeValidation

      ScheduleValidation

      StatusValidation

      SupervisorEmployeeValidation

      SupervisorReaderValidation

      SupervisorValidation

      TerminalIPValidation

  4. Save the file and exit the text editor.