Answer the question
In order to leave comments, you need to log in
How to filter extra lines?
There are documents that have Node with information. With this kind of request, it really shows the name and Node. (since there cannot be more than one Node with this name in the document)
SELECT DocumentTemplateName, DocumentTemplateNodeCaption
from DocumentTemplate join
DocumentTemplateVersion on DocumentTemplateRef = DocumentTemplateID
join DocumentTemplateNode on DocumentTemplateVersionID = DocumentTemplateVersionRef
where DocumentTemplateNodeName ='CodeName'
SELECT DocumentTemplateName, DocumentTemplateNodeCaption
from DocumentTemplate join
DocumentTemplateVersion on DocumentTemplateRef = DocumentTemplateID
join DocumentTemplateNode on DocumentTemplateVersionID = DocumentTemplateVersionRef
where DocumentTemplateNodeName !='CodeName'
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question