Scheduled swipe configuration settings
You can edit these scheduled swipe-related settings using the Admin Console or directly within the settings.conf file of your Clock Server. See the Infor Workforce Management Clock Server Guide for more information on modifying your settings.conf file and other settings for the HTML clock.
class.thread.scheduledSwipesUpdate
This setting identifies the class that retrieves the scheduled swipe records from the application through the web service.
Set to: com.infor.wfm.clock.server.thread.ScheduledSwipesUpdate
thread.scheduledSwipesUpdate.loaddistribution
Set to: 0
thread.scheduledSwipesUpdate.interval
This setting indicates the frequency in milliseconds with which the Clock Server retrieves the latest collection of scheduled swipes for its employees.
Default: 300000
scheduled.swipe.swipe.types
This setting determines which types of WFM clock types are permitted by the HTML clock in conjunction with the Scheduled Swipes module.
Set to: 01;02;11;06
scheduledswipes.backwardDisplayThreshold
This setting indicates the duration in minutes that the HTML clock’s scheduled swipe display logic “looks back” when determining whether to display an individual scheduled swipe record.
See Deciding whether to display or hide scheduled swipe records for details on how the backward threshold is employed.
Default: 300
scheduledswipes.forwardDisplayThreshold
This setting indicates the duration in minutes that the HTML clock’s scheduled swipe display logic “looks forward” when determining whether to display an individual scheduled swipe record.
See Deciding whether to display or hide scheduled swipe records for details on how the forward threshold is employed.
Default: 300
com.infor.wfm.clock.server.validation.SwipeOrderValidation.proximityThreshold
This setting indicates how long in minutes that the HTML clock enforces the swipe order validation logic (when enabled).
See Swipe order validation class for details on how the proximity threshold is employed.
Default: 480
com.infor.wfm.clock.server.validation.SwipeOrderValidation
To enable the swipe order validation, one of your
class.validation.HTTP.x
tokens should reference this
class.
Example: class.validation.HTTP.002 =
com.infor.wfm.clock.server.validation.SwipeOrderValidation
http.clock.timeout.SCHEDULED_SWIPES_VIEW
Specifies the timeout for the Scheduled Swipe screen in the HTML clock.
Default: 10
http.clock.timeout.SCHEDULED_SWIPES_EDIT
Specifies the timeout for the Scheduled Swipes edit screen in the HTML clock.
Default: 10
http.clock.timeout.SCHEDULED_SWIPES_CONFIRM
Specifies the timeout for the Scheduled Swipes confirmation screen in the HTML Clock.
Default: 15
scheduledSwipes.escalation.enabled
When set to true, this setting enables the escalation option (
button) for Scheduled Swipes. For more information on how to enable this option in your Clock Server, see Infor Workforce Management Clock Server Guide.Default: false