<?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: Creating Custom Type without the 'content' propert in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166650#M120229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Web Client 2.1 does not support instantiation of types that do not inherit from cm:content - composition hard to implement&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://issues.alfresco.com/browse/AWC-1558" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AWC-1558&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Feb 2008 13:43:19 GMT</pubDate>
    <dc:creator>pjcaracuel</dc:creator>
    <dc:date>2008-02-14T13:43:19Z</dc:date>
    <item>
      <title>Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166643#M120222</link>
      <description>Hello!I need to create a custom type, but without any content (file or html) in it. Just a set of string properties.(I need it to implement a Dictionary functional: address book, product catalog, Ã¢â‚¬Â¦). How can I do this?I tried to extend my custom type from the Ã¢â‚¬Å“cm:contentÃ¢â‚¬</description>
      <pubDate>Thu, 07 Feb 2008 11:26:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166643#M120222</guid>
      <dc:creator>axyd</dc:creator>
      <dc:date>2008-02-07T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166644#M120223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can create your own types by inheriting from sys:base, cm:cmobject or any other existing type, but Alfresco UI only manages cm:content and derived types in the content properties stylesheets…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As a consequence you have to create your own UI to manage your custom non-content types.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:44:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166644#M120223</guid>
      <dc:creator>rivarola</dc:creator>
      <dc:date>2008-02-08T08:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166645#M120224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Why not use a cm:folder object? It may not be optimal, since you will have lots of folders and that may not be good for browsing. But you will get things like for you product catalog, you can put pictures of the product in that space or specifiactions, and have them all nicely packaged together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Peter LÃƒÂ¶fgren&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:47:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166645#M120224</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2008-02-08T09:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166646#M120225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This approach of using a cm:folder instead is OK, but has a limitation that you should know about: it is not possible to associate an advanced workflow to a cm:folder. It is only possible to associate an advanced workflow to cm: content types (and its derivatives):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://issues.alfresco.com/browse/AWC-1168" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AWC-1168&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is, of course only a limitation if you plan to use advanced workflows.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:02:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166646#M120225</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2008-02-08T10:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166647#M120226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In First time,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Why do you need a custom type without content?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:07:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166647#M120226</guid>
      <dc:creator>pjcaracuel</dc:creator>
      <dc:date>2008-02-08T10:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166648#M120227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, this is usefull, if you need for instance content with attributes only (e.g.product, name, number, …) to be filled with a form-like interface and without the "content" card-like standard with any of the cm:content types and sub-types.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:38:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166648#M120227</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2008-02-08T10:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166649#M120228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Why do you need a custom type without content?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Address Book, Customer Details, Product Catalog, Warehouse, Ã¢â‚¬Â¦&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I.e. more general solution, not only Ã¢â‚¬Å“pureÃ¢â‚¬&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 12:22:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166649#M120228</guid>
      <dc:creator>axyd</dc:creator>
      <dc:date>2008-02-08T12:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166650#M120229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;FYI:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Web Client 2.1 does not support instantiation of types that do not inherit from cm:content - composition hard to implement&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://issues.alfresco.com/browse/AWC-1558" rel="nofollow noopener noreferrer"&gt;http://issues.alfresco.com/browse/AWC-1558&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Feb 2008 13:43:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166650#M120229</guid>
      <dc:creator>pjcaracuel</dc:creator>
      <dc:date>2008-02-14T13:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166651#M120230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Why do you need a custom type without content?&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Address Book, Customer Details, Product Catalog, Warehouse, Ã¢â‚¬Â¦&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I.e. more general solution, not only Ã¢â‚¬Å“pureÃ¢â‚¬&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 15:24:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166651#M120230</guid>
      <dc:creator>linhnh</dc:creator>
      <dc:date>2008-02-20T15:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Creating Custom Type without the 'content' propert</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166652#M120231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;A potential solution is to use the new ECM Forms (available in 2.9 onwards) where it is possible to fill in user defined forms to input content in Alfresco. The content is stored in XML only.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The form is user-defined in schema Xforms/chiba format and therefore the user can choose what and how to display it in the form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The bad part is that his functionality is pretty new and there are not many reports of its maturity in the forums. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Welcome to the bleeding edge….&lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 16:03:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/creating-custom-type-without-the-content-propert/m-p/166652#M120231</guid>
      <dc:creator>mabayona</dc:creator>
      <dc:date>2008-02-20T16:03:36Z</dc:date>
    </item>
  </channel>
</rss>

