Problem:
Smart Zone OMR creates multiple records when it should not based on its configuration.
Solution:
Rather than reconfiguring anything, limit the QA data view to just show Record #1.
Use Document Filtering on the migrations to limit the records and only migrate Record #1 as well.
Under Document Filtering, there's a system field called DocumentRecordNumber. Add this with an expression of "\b1\b", which is a regular expression matching the number "1".....essentially saying only migrate records where the record number = 1 (ie the first record).
This serves as a workaround for this issue while the root problem is being addressed.
Comments
Please sign in to leave a comment.