Skip to main content
By default, Business Process Reporting is disabled. Enable it globally first, and then enable it for each tenant where you want to collect data.
1

Enable the feature globally

Set the EnableBatchRoutingStatistic field to true in the dbo.Settings database table.
2

Enable data collection for each tenant

Set the third bit in the Flags field in the dbo.Tenant table. To enable data collection for all tenants in MS SQL, use the following command:
The Flags field can enable other features too. For example, this MS SQL command enables several features at once:
When Business Process Reporting is enabled, changes made at each stage for every batch in the tenant are recorded in the dbo.BatchRouting table, and the current batch states are reflected in the dbo.BatchState table.