Configuring Workflow History Reporting: SQL Server - Brainware Intelligent Capture - Foundation 23.1 - Foundation 23.1 - Brainware - external

Brainware Intelligent Capture Installation

Platform
Brainware
Product
Brainware Intelligent Capture
Release
Foundation 23.1
License

To configure workflow history reporting for SQL Server, in Microsoft SQL Server Management Studio, in your BIC database, execute any of the following commands.

  • For documents
    exec sp_SetGlobalApplicationSetting 'SysAppHistoryReportingActivatedForDocument', 'True', True
  • For fields
    exec sp_SetGlobalApplicationSetting 'SysAppHistoryReportingActivatedForField', 'True', True
  • For fields and table cells
    exec sp_SetGlobalApplicationSetting 'SysAppHistoryReportingActivatedForTableCell', 'True', True
  • For classification
    exec sp_SetGlobalApplicationSetting 'SysAppHistoryReportingActivatedForClass', 'True', True
  • For OCR and document separation
    exec sp_SetGlobalApplicationSetting 'SysAppHistoryReportingActivatedForPage', 'True', True
  • For learning
    exec sp_SetGlobalApplicationSetting 'SysAppHistoryReportingActivatedForLearning', 'True', True