Our verification operators are wanting an easier way to know how many documents (invoices) are in a batch when looking at the Queues in the Web Verification Station. Is it possible to write the number of documents from a batch to a registration parameter that could then be used to add a column to the Queues area of the Web Verification Station?
How can I write the number of documents in a batch to a Registration Parameter?
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
2件のコメント
Hi Blake,
You can create a custom batch processing script stage (Automatic) in the Advanced Workflow before Verification, and write something like that:
Batch.Properties.Set("Documents Count", Batch.Documents.Count.ToString());That is exactly what I was looking for. Thank you!
サインインしてコメントを残してください。