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;
}
Comments
0 comments
Please sign in to leave a comment.