Question
How to force all documents to match the same document definition?
Answer
You may use the Before matching event handler in the Project > Project properties > Event Handlers to force all documents to be matched with the needed document definition using the following script:
Matching.DefinitionsList = "DocumentDefinitionName";
Matching.ForceMatch = true;
Comments
0 comments
Please sign in to leave a comment.