Using Quick Fields 11, we have run into a new and puzzling situation.
We have a series of documents in a single PDF file. Each document has a cover sheet with a distinct QR Code. We are using the QR Code with a regex of \d{1,6} as our ID Condition:
It has no problem in identifying the Bar Codes on the face sheets. It correctly identifies every new document in the batch. The new wrinkle is that all of the pages between the face sheets are listed as Unidentified documents.
Here is the log:
ID QR Code :
Barcode 2[Type=QRCODE]: 90 (Found the QR Code and created the document)
Created document of class Tax Liability.
Added page 1.
ID QR Code :
The value for token '%(Barcode 2)' could not be found. [0222-BP0] (Because this is an attachment page)
Created an unidentified document. (Instead attaching the page to the cover sheet.)
Created an unidentified document.
Added page 1.
ID QR Code :
The value for token '%(Barcode 2)' could not be found. [0222-BP0]
Added page 2.
ID QR Code :
The value for token '%(Barcode 2)' could not be found. [0222-BP0]
Added page 3.
Barcode 2[Type=QRCODE]: 902
Created document of class Tax Liability.
Added page 1.
ID QR Code :
The value for token '%(Barcode 2)' could not be found. [0222-BP0]
Created an unidentified document.
Created an unidentified document.
We have used this technique, oh I don't know, 100,000 times? Are we missing something obvious?