<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Change The Type of Document To a Custom Type in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61237#M37981</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you need to set the type of a node being placed into a space then you can create a rule in the space to specialise the new node to the type you want, but again I think it will need to be a subtype of cm:content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can create other types of nodes as children but you'd need to implement a custom action handler to do that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2007 12:20:10 GMT</pubDate>
    <dc:creator>gavinc</dc:creator>
    <dc:date>2007-02-20T12:20:10Z</dc:date>
    <item>
      <title>Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61234#M37978</link>
      <description>Hi,Is there an easy way to display the 'Type' (Not mimeytpe) of a Document in Properties?&amp;nbsp; The following apparently does not work:&amp;nbsp; &amp;lt;config evaluator="node-type" condition="content"&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property-sheet&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-property name="name"/&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;show-property name="mimetype" d</description>
      <pubDate>Sat, 17 Feb 2007 00:10:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61234#M37978</guid>
      <dc:creator>awonglk</dc:creator>
      <dc:date>2007-02-17T00:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61235#M37979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The type of a document is not stored as a property which is why what you have attempted does not work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to add this to the details page explicitly to show this information. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 08:01:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61235#M37979</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-02-20T08:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61236#M37980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for your reply. What I need is an easy way to change the type completely. What I notice now is that files placed into the repository via CIFS defaults to the cm:content type. I need to be able to change the documents to a type I defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you said, the "Specialise Type" action only works if the node is a subtype of the current node. This is not the case, and doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the best way to go about changing types completely from one to another?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 11:04:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61236#M37980</guid>
      <dc:creator>awonglk</dc:creator>
      <dc:date>2007-02-20T11:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61237#M37981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you need to set the type of a node being placed into a space then you can create a rule in the space to specialise the new node to the type you want, but again I think it will need to be a subtype of cm:content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can create other types of nodes as children but you'd need to implement a custom action handler to do that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 12:20:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61237#M37981</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2007-02-20T12:20:10Z</dc:date>
    </item>
    <item>
      <title>Re: Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61238#M37982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well.. I thought all custom types have to be a sub-type of "cm:content". This is my model:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type name="jt:taxinvoice"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Tax Invoices&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;properties&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jt:vendor"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Vendor&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jt:invoicedate"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Invoice Date&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:date&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;property name="jt:amount"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;title&amp;gt;Amount&amp;lt;/title&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type&amp;gt;d:float&amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/property&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/properties&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/type&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Doesn't the above mean that if I specialise any current node of "cm:content" type (by default), it should show the above custom-type as a 'specialised' type? It does not appear in the list when I run the "Specialize Type" action on any node. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 06:25:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61238#M37982</guid>
      <dc:creator>awonglk</dc:creator>
      <dc:date>2007-02-21T06:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61239#M37983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Found the solution.. silly me. All I have to do is add the following in to my 'web-client-config-custom.xml':&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="Action Wizards"&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;specialise-types&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;type name="jt:taxinvoice"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/specialise-types&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/config&amp;gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Feb 2007 11:22:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61239#M37983</guid>
      <dc:creator>awonglk</dc:creator>
      <dc:date>2007-02-21T11:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61240#M37984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;The type of a document is not stored as a property which is why what you have attempted does not work.&lt;BR /&gt;&lt;BR /&gt;You will need to add this to the details page explicitly to show this information. &lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;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).&lt;BR /&gt;&lt;BR /&gt;Hope that helps.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to clarify: if I have two custom content types, &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;type name="myns:submitted"&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;…&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;type name="myns:accepted"&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;…&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;I will not be able to convert a node from the first type to the second when it is added to a space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But if the types are defined as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;type name="myns:submitted"&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt;&lt;BR /&gt;…&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;type name="myns:accepted"&amp;gt;&lt;BR /&gt;&amp;lt;parent&amp;gt;myns:submitted&amp;lt;/parent&amp;gt;&lt;BR /&gt;…&lt;BR /&gt;&amp;lt;/type&amp;gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;I will be able to convert from one type into the other?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jan 2008 19:50:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61240#M37984</guid>
      <dc:creator>slothrop</dc:creator>
      <dc:date>2008-01-29T19:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61241#M37985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Correct&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 13:45:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61241#M37985</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2008-01-30T13:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Change The Type of Document To a Custom Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61242#M37986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We too are suprised to see that Alfreso hides/makes it so difficult to use/display such important information&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;See &lt;/SPAN&gt;&lt;A href="http://issues.alfresco.com/browse/AWC-1914" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AWC-1914&lt;/A&gt;&lt;SPAN&gt; where I filed an Improvement request.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Feb 2008 10:22:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/change-the-type-of-document-to-a-custom-type/m-p/61242#M37986</guid>
      <dc:creator>carry2web</dc:creator>
      <dc:date>2008-02-29T10:22:46Z</dc:date>
    </item>
  </channel>
</rss>

