<?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 Set my own content model as default, when uploading files in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217366#M170496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have created my own, Custom Content, (Drop down - "Type" under "General properties" when uploading data).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But now, user must set "Custom content" type for every document, when uploading.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And more - when uploading file through CIFS or WebDAV, documents are set as type "Content"for default, and as I understood - content model type cannot be changed afterwards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Is it possible to set my custom content type as default, for every upload?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) is it possible, somehow, change document content type after it is uploaded to server?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2009 14:33:28 GMT</pubDate>
    <dc:creator>arnisraido</dc:creator>
    <dc:date>2009-08-03T14:33:28Z</dc:date>
    <item>
      <title>Set my own content model as default, when uploading files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217366#M170496</link>
      <description>I have created my own, Custom Content, (Drop down - "Type" under "General properties" when uploading data).But now, user must set "Custom content" type for every document, when uploading.And more - when uploading file through CIFS or WebDAV, documents are set as type "Content"for default, and as I u</description>
      <pubDate>Mon, 03 Aug 2009 14:33:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217366#M170496</guid>
      <dc:creator>arnisraido</dc:creator>
      <dc:date>2009-08-03T14:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set my own content model as default, when uploading files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217367#M170497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've investigated that formerly, but to no avail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe an alternative is to let content types alone and build the functionality solely with aspects, that can be added (automatically) and removed (thus changing the content type practically).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 10:05:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217367#M170497</guid>
      <dc:creator>_sax</dc:creator>
      <dc:date>2009-08-06T10:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set my own content model as default, when uploading files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217368#M170498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not using a content Rule :&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;event : inbound&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;condition : object is of type cm:content&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;action : specialise type of item =&amp;gt; choose your custom content type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see a similar rule in DData Dictionary/Models : every xml file being added is specialized to type cm:dictionaryModel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 10:55:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217368#M170498</guid>
      <dc:creator>jayjayecl</dc:creator>
      <dc:date>2009-08-06T10:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set my own content model as default, when uploading files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217369#M170499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can specialise a type, which allows you to set the content type to a subtype of the current type. e.g., something of type cm:content can be changed to fu:bar as long as type fu:bar is derived from cm:content (i.e., has a &amp;lt;parent&amp;gt;cm:content&amp;lt;/parent&amp;gt; definition). See the run action wizard under the document details for how to do this manually/&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should also be able to setup a space rule which does this automatically. Set it to be inherited, and any content added in the folder structure beneath it should be set to that content type.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 11:03:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217369#M170499</guid>
      <dc:creator>samuel_penn</dc:creator>
      <dc:date>2009-08-06T11:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Set my own content model as default, when uploading files</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217370#M170500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, I never figured out, what the specialise type action would do!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 13:58:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/set-my-own-content-model-as-default-when-uploading-files/m-p/217370#M170500</guid>
      <dc:creator>_sax</dc:creator>
      <dc:date>2009-08-06T13:58:47Z</dc:date>
    </item>
  </channel>
</rss>

