Content Management and Capture

 View Only
  • 1.  Validation in Content Navigator

    Posted Mon December 18, 2023 02:56 PM

    I have a datacap project with only the default 'Other' page type and a single page per batch.  Page level field data are filled at runtime via rrset function.

    Upon certain conditions I want to send the batch to Verify (IBM Content Navigator) and display the field values.  The current workflow sends the batch to Verify task but None of the fields on the Verify panel contains any data.  Can someone please provide guidance on how to get the field values displayed.  Thank you. 



    ------------------------------
    Gary Busansky
    VP
    RGB Projects Inc
    CA
    ------------------------------


  • 2.  RE: Validation in Content Navigator

    Posted Tue December 19, 2023 06:17 AM

    Hi Gary,

    Datacap restricts the operations available to page type Other. For example, page type Other does not appear in the list of page types available in Datacap Navigator with which a Verification Panel can be associated (this example from TravelDocs)

    In the Datacap workflow, all pages start life as type Other, but the intention is that page classification should identify the pages and add them to a document or documents. By the time they reach the Verify stage, their page type should be known and they should be part of a document.

    My suggestion would be:

    1. Change the page type to something other than "Other" during PageID.
    2. Add the page to a Document.
    3. Add the page level field data as you currently do (presumably during the Profiler task or similar).
    4. You should then see the data in Navigator.

    Hope this helps!

    Shaun



    ------------------------------
    Shaun McDowall
    ------------------------------



  • 3.  RE: Validation in Content Navigator

    Posted Thu December 28, 2023 04:36 PM

    Thanks for the assist Shaun.  I figure out the issue.  Being a newbie to Datacap, I was using incorrect  syntax to access Page level fields.  I now know the difference between @P.<variable> and @P\<field>   ... :) 

    All is working correctly now.



    ------------------------------
    Gary Busansky
    VP
    RGB Projects Inc
    CA
    ------------------------------