03-14-2011 03:28 PM
"select d.*,o.* from cmis:document as d join sc:mine as o on d.cmis:objectid = o.cmis:objectid"
But that is the closest I can get. <type name="sc:mine">
<title>My Type</title>
<parent>cm:content</parent>
<properties>
<property name="sc:section">
<title>Section Number</title>
<type>d:text</type>
</property>
<property name="sc:description">
<title>Description</title>
<type>d:text</type>
</property>
</properties>
<mandatory-aspects>
<aspect>cm:titled</aspect>
</mandatory-aspects>
</type>
03-14-2011 03:41 PM
select * from sc:mine where sc:section = 'ENGL316001'
-Ryan
03-14-2011 05:03 PM
03-14-2011 05:40 PM
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.