Skip to main content
Kofax

MarkView All Components - Determine WorkItem Instance ID for a given Document ID

How do I determine the WorkItem Instance ID for a given MarkView Document ID? 3902
Article # 303995 - Page views: 121

Summary

How do I determine the WorkItem Instance ID for a given MarkView Document ID? 3902

Applies To

  • ERP System: All
  • MarkView Version: All

How to Determine WorkItem Instance ID

Query the sf_workitem_property_values_v view as follows, replacing &DocID with the actual Document ID:

select wpv.workitem_instance_id
from sf_workitem_property_values_v wpv
where wpv.property_name = 'MVDocumentID'
and wpv.property_value = '&DocID';

 

Keywords: Workitem