Every batch has name, for example (Batch HF_ID1000) this name for me looks like a complete waste of characters. Can I change/configure this naming pattern somewhere?
Flexicapture Batch documents naming configuration pattern
Was this article helpful?
0 out of 0 found this helpful
Comments
5 comments
I am not sure about changing the default pattern, but you can use a quick script (add a Workflow Stage after scanning, before recognition) to rename the batch after it is imported. Here is an example where we are naming the batch the same as the file name. This is C#. Remember to set a reference to "System" in the .Net References.
Is this working???
@... i tried to do this, but after that files are not even processing,
i tried to add the same stage as recognize, is there a specific type of the stage needs to be added?
Yes, you need to add a "Script" stage. When you add the stage select "Automatic". Do not select any child under "Automatic". Select "Automatic". It's a script stage.
I will try this, thank you:)
Please sign in to leave a comment.