matt
-
1/12/2007 7:55:43 PM
Re: DocumentType - Fields & Tree Nodes
Well, that was incredibly easy. I almost feel silly that I even asked.
For anyone that is interested, in the query for the field that I wanted to associate with another node I simply added this.
Select NodeID, NodeName from CMS_Tree where NodeParentID = (Select NodeParentID from CMS_Tree where NodeName = '<NameOfParentNode>')
|