How to send unknown documents to verification?

Question

How to send unknown documents to verification?

 

Answer

In Project/Batch Type Properties > Workflow > Advanced > Verification stage > Edit > Entry Conditions add a script rule:

if (Document.DefinitionName == "")
{
Result.CheckSucceeded=true;
}

Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.