コミュニティ

Triggering a script to run on document verification

Hello

Does anyone know the vbscript to trigger a script to run upon a document being verified, rather than the default of upon document recognition?

Cheers

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

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

コメント

2件のコメント

  • Avatar
    Permanently deleted user


    Garlic Bread,

    What you're looking for is under your Default Batch Type setting. Look at the Stage Tool tab and you should notice a couple default processing stages. What you're looking for is the Verification one. Edit that and add any script you want.
    0
  • Avatar
    Permanently deleted user
    Maybe you can use something from this...
    "if me.Field("Field").IsVerified then"
    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////

    if me.Field("Field").IsVerified then me.Field("Field").Text = Replace(me.Field("Field").Text," ","")
    ///////////////////////////////////////////////////////////////////////////////////////////////////////////////

    This is a snippet of a script that I run.



    0

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