10-26-2012 02:58 AM
10-26-2012 09:28 AM
10-27-2012 04:53 AM
10-30-2012 08:48 AM
TYPE:"cm:link" AND ISNULL:"cm:destination"
10-30-2012 10:02 AM
TYPE:"cm:link" AND ISNULL:"cm:destination"
<type name="cm:link">
<title>Link Object</title>
<parent>cm:cmobject</parent>
<properties>
<property name="cm:destination">
<title>Link Destination</title>
<type>d:noderef</type>
<mandatory>true</mandatory>
</property>
</properties>
</type>
<type name="app:filelink">
<title>File Link Object</title>
<parent>cm:link</parent>
</type>
<type name="app:folderlink">
<title>Folder Link Object</title>
<parent>cm:link</parent>
</type>
// Returns only File links whose destination is NULL.
1) TYPE:"app:filelink" AND ISNULL:"cm:destination"
2) TYPE:"app:filelink" AND NOT ISNOTNULL:"cm:destination"
3) TYPE:"app:filelink" AND ISUNSET:"cm:destination"
// Returns only Folder links whose destination is NULL.
1) TYPE:"app:folderlink" AND ISNULL:"cm:destination"
2) TYPE:"app:folderlink" AND NOT ISNOTNULL:"cm:destination"
3) TYPE:"app:folderlink" AND ISUNSET:"cm:destination"
// Returns all File links & Folder links whose destination is NULL.
1) TYPE:"cm:link" AND ISNULL:"cm:destination"
2) TYPE:"cm:link" AND NOT ISNOTNULL:"cm:destination"
3) TYPE:"cm:link" AND ISUNSET:"cm:destination"
10-30-2012 10:07 AM
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.