MarkView Scan - How to find the batch for a workitem
Summary
3820
Applies To
- ERP System: All
- MarkView Version: 6.4 and earlier
Resolution
- For the workitem, determine the document_id via the Properties page in SQL*Flow Monitor (property 'MVDocumentID').
- Using that value, execute the following in the MarkView schema via sql*plus:
select batch_number from mv_document where document_id = <document_id>;
Keywords: work item, work-item