Key: SubmitTimeregPeriodWithoutConfirm
Key: SubmitTimeregPeriodWithoutConfirm
Syntax
<add key="SubmitTimeregPeriodWithoutConfirm" value="[TRUE/FALSE]"/>
[TRUE/FALSE]: Either insert "true" or "false" into value
Purpose
This key is used for employees' time registration page when clicking their Submit button to submit their time registration. If this key is true, the the employees' time registrations will be submitted without asking for confirmation. It's value can be either “true” or “false”.
The key is not required. Default value is false.
Example of key
<add key="SubmitTimeregPeriodWithoutConfirm" value="true"/>