Hi all ,
I am using FlexiCapture for invoices , I have just one document definition and I want to force this document definition to be matched to any document , can I do that ?
Hi all ,
I am using FlexiCapture for invoices , I have just one document definition and I want to force this document definition to be matched to any document , can I do that ?
You have to script it in the before Matching Event Handler
Matching.DefinitionsList = "Invoice\Invoice Layout"
Matching.ForceMatch = true
Matching.NeedRecognition = true
Hi Scott,
Document defn not matched but i want to export it any way although it is unprocessed or unrecognized.
How to achieve this? Please see screenshot.
Thanks,
Samir
Look at the export setting of the project properties
Please sign in to leave a comment.