Documentation for Intellect Web Report System 3.4. Documentation for other versions of Intellect Web Report System is available too.

Previous page Next page


Important!

The Web.config file configuration must be performed on the computer where it is planned to 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 2 events for each product: the alarm start - alarmStartTime and the alarm end - alarmFinishTime. If the event of adding an item to the document is not in the time period between the alarm start and alarm end, then the theft event is generated, which is included in the report. In order to increase the time period during which the product adding event should occur, it is necessary to change the value of the SweatheartingAddTimeoutMs key:

  1. Go to the <Intellect installation directory>\Modules\Wt2.
  2. Open the Web.config file for editing.
  3. For the SweatheartingAddTimeoutMs key specify the required value in milliseconds. The default value is 500 (500 milliseconds).
  4. Save the changes in the Web.config file.

Note

For example, if the time period between the alarm start alarmStartTime and the alarm end alarmFinishTime is 1000 milliseconds, and the SweatheartingAddTimeoutMs key is set to 500 milliseconds, then the theft event will be generated if the event of adding an item to the document does not occur within 1500 milliseconds from the moment of the alarm start alarmStartTime event.


  • No labels