Displaying a message after swipe completion

You can configure a dedicated field for a message that is displayed for each swipe type upon swipe completion. For example, you can display a disclaimer message after the employee clocks in. The message, if configured, is displayed as scrollable text between the swipe confirmation message and the OK button. Styling or line breaks is not supported for the message text.

  1. Open the properties file in your Clock Server installation directory with text editor. For example, C:\WFMClockServer_InstallationDirectory\conf\localizations\en-US.properties
  2. Add the SWIPE_TYPE.<SWIPE TYPE>.<MESSAGE> field to your properties file for each swipe type. You can also specify a message for each swipe type. For example:
    SWIPE_TYPE.IN.MESSAGE=Regardless of the time you clock IN and OUT, if you perform any work before or after your scheduled work shift, please contact your branch office immediately
  3. You may be required to restart the Clock Server for your changes to take effect.