Software (include version): Ancora, DocStar IDC, Epicor IDC
Use Case: Batch is showing status of "User Processing" and needs to be released
Customer: N/A
Prerequisites: N/A
Instructions:
Batch is set to a state of User Processing
Get the Batch # (GUID) look into the Batch table in the Ancora DB based on Batch #
it will be set to LastProcessedWithRoldId of 20 and State of 4
run an update statement to update the State field from 4 to 5
ex..
Update Batch
Set State = '5'
where id = '8fa9611f-92c8-4899-a45d-29eadce6d125'
Helpful Links: [Enter links to documentation or videos]