Software (include version): Ancora, DocStar IDC, Epicor IDC
Use Case: This SQL statement will list any batches in Data verify that are currently being processed by a user
Customer: N/A
Prerequisites: Access to SQL Management Studio
Instructions:
run query listed below
SELECT * FROM Batch WHERE LastProcessedWithRoleId = 20 and State = 4
Helpful Links: N/A