Go to documentation repository
Documentation for Intellect Web Report System 3.5. Documentation for other versions of Intellect Web Report System is available too.
Attention!
The Web.config file configuration must be performed on the computer on which you will work with the Sweethearting report.
After making any changes in the Web.config file, it is necessary to restart the Cassini Service utility.
The Sweethearting detection module generates two events for each goods: the alarmStartTime and alarmFinishTime events. If the event of adding goods to the document is not in the time period between the alarm start and alarm finish events, the sweethearting event is generated that gets into the report. To increase the time period within which the event of adding goods should occur, change the value of the SweatheartingAddTimeoutMs key:
- Go to the <Intellect installation directory>\Modules\Wt2.
- Open the Web.config file for editing.
- For the SweatheartingAddTimeoutMs key specify the required value in milliseconds. The default value is 500 (500 milliseconds).
- Save the changes in the Web.config file.
Note
For example, if the time period between the alarmStartTime and alarmFinishTime events is 1000 milliseconds, and the SweatheartingAddTimeoutMs key is set to 500 milliseconds, then the sweethearting event will be generated if the event of adding goods to the document does not occur within 1500 milliseconds from the alarmStartTime event.
The parameters of the Web.config file are described on the page XML-file parameters reference guide.