02-16-2007 07:10 PM
02-20-2007 03:01 AM
02-20-2007 06:04 AM
02-20-2007 07:20 AM
02-21-2007 01:25 AM
02-21-2007 06:22 AM
01-29-2008 02:50 PM
The type of a document is not stored as a property which is why what you have attempted does not work.
You will need to add this to the details page explicitly to show this information.
If all you need to do is find out the type you can always login as admin and use the Node Browser on the Admin Console. This allows you to see all the low level details of nodes in the repository.
You can use "Run Action" to change the type of a node. Go to the document details page and select Run Action from the list of actions. As long as you have configured a list of custom types (in the specialise-types area of the Action Wizards config) you'll then be able to "specialise the type" of the node to one of your custom types (as long as it's a subtype of the current node's type).
Hope that helps.
<type name="myns:submitted">
<parent>cm:content</parent>
…
</type>and<type name="myns:accepted">
<parent>cm:content</parent>
…
</type>I will not be able to convert a node from the first type to the second when it is added to a space.<type name="myns:submitted">
<parent>cm:content</parent>
…
</type>and<type name="myns:accepted">
<parent>myns:submitted</parent>
…
</type>I will be able to convert from one type into the other?
01-30-2008 08:45 AM
02-29-2008 05:22 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.