コミュニティ

How can I write the number of documents in a batch to a Registration Parameter?

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?

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

2件のコメント

  • Avatar
    Tatiana Dyu

    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());

    0
  • Avatar
    Blake Smith

    That is exactly what I was looking for. Thank you!

    0

サインインしてコメントを残してください。