04-16-2014 03:36 AM
select d.*, w.* from cmis:document as d join wzm:inmenu as w on d.cmis:objectId = w.cmis:objectId where w.wzm:menu = true order by w.wzm:rank
Root (authoring)
+—>collection
+—>info
+—>home.html (custom aspect)
+—>portfolio
+—>whatever.html
04-16-2014 04:56 AM
select d.*, w.* from cmis:document as d join wzm:inmenu as w on d.cmis:objectId = w.cmis:objectId where w.wzm:menu = true order by w.wzm:rank and CONTAINS(d,'PATH:"//Sites"')
select d.*, w.* from cmis:document as d join wzm:inmenu as w on d.cmis:objectId = w.cmis:objectId where w.wzm:menu = true order by w.wzm:rank and IN_TREE(d, 'workspace://SpacesStore/5aece435-b231-468f-a306-1043fe26894a')
04-16-2014 05:07 AM
in_tree(d, ${startFromWebSiteRootWhereYouBelongThenLookInAllChildren})
04-16-2014 06:50 AM
.. AND (IN_TREE(d, 'path1') OR IN_TREE(d, 'path2')) ORDER BY ….
04-16-2014 07:09 AM
AND (IN_TREE(d, 'path1') OR IN_TREE(d, 'path2'))
workspace://SpacesStore/ce55a850-b1c7-43c7-a600-b5c58a985429
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.