I want to add an history entry in Batch properties history tab when the operator opens the batch. Currently the logging is happening when the operator is closing or suspending the batch.
Asked
Active
Viewed 174 times
1
-
Please can any one let me know how can I modify the History in Batch properties in KC 10 – umme Hany Sep 10 '14 at 10:08
-
You cannot - Batch Properties history tab basically just shows a history of the modules that have taken place in the workflow of the batch. The best you can do is log activity elsewhere. – johnjps111 Jun 12 '15 at 18:51
1 Answers
2
You cannot do this. Kofax infrastructure handles these loggings internally for auditing reasons. A log event consist of a DURATION so that means the beginning AND the end of the operation must exist. This is not an event log but rather module usage log. If you want finer grained control for user events, then you must write your logging mechanism. Kofax gives great API for that with the ModuleTypeLibrary API. See help and example source codes on how to hook onto events like the batchOpening event.

Daniel
- 1,391
- 2
- 19
- 40