Community

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

Was this article helpful?

0 out of 0 found this helpful

Comments

2 comments

  • 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

Please sign in to leave a comment.