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
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
5件のコメント
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:)
サインインしてコメントを残してください。