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