<?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: Custom Type - Properties Cardinality in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229250#M182380</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At the moment the simple and stupid way to model it would be to have two named properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&amp;nbsp; prefix1, number1, prefix2, number2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or alternativly you could model the number/prefix thing as its own type and associate my:worker with N number/prefix nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or you could add a new data type for a number/prefix thing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Jul 2010 16:12:43 GMT</pubDate>
    <dc:creator>mrogers</dc:creator>
    <dc:date>2010-07-21T16:12:43Z</dc:date>
    <item>
      <title>Custom Type - Properties Cardinality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229249#M182379</link>
      <description>Is there a way to add, in a custom type definition, a properties that can be repeted N times.For example, in my case I've to insert the possibility to add more then 1 phone number, composed as 2 properties (prefix and number). How can I define that in my customModel.xml ?Here my code&amp;nbsp;&amp;nbsp; &amp;lt;type name</description>
      <pubDate>Wed, 21 Jul 2010 15:56:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229249#M182379</guid>
      <dc:creator>woody</dc:creator>
      <dc:date>2010-07-21T15:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Type - Properties Cardinality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229250#M182380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;At the moment the simple and stupid way to model it would be to have two named properties&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&amp;nbsp; prefix1, number1, prefix2, number2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or alternativly you could model the number/prefix thing as its own type and associate my:worker with N number/prefix nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or you could add a new data type for a number/prefix thing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 16:12:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229250#M182380</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2010-07-21T16:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Type - Properties Cardinality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229251#M182381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;At the moment the simple and stupid way to model it would be to have two named properties&lt;BR /&gt;e.g.&amp;nbsp; prefix1, number1, prefix2, number2.&lt;BR /&gt;&lt;BR /&gt;Or alternativly you could model the number/prefix thing as its own type and associate my:worker with N number/prefix nodes.&lt;BR /&gt;&lt;BR /&gt;Or you could add a new data type for a number/prefix thing.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Option 1 is what I've now. The problems with this solution are: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- No dynamic cardinality.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- All fields are rendered by form engine.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Option 2 seems quite complex for the usability. Users must add the phone number as a new content and associate that with the "Worker" content, using the picker (association.ftl control).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't understand the option number 3. is not the same as option 2? Adding a data type for that means using an association. Right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No other solutions? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Seems a big limitation to alfresco content model…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 16:42:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229251#M182381</guid>
      <dc:creator>woody</dc:creator>
      <dc:date>2010-07-21T16:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Type - Properties Cardinality</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229252#M182382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem rise again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now my client want to add to the "Commercial Entity" Custom Type a dynamic number of contacts, composed by "Name" and "Phone".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's the same problem as before. What's the better way to manage that in Alfresco+Share? I really don't understand that…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 08:20:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/custom-type-properties-cardinality/m-p/229252#M182382</guid>
      <dc:creator>woody</dc:creator>
      <dc:date>2010-07-23T08:20:50Z</dc:date>
    </item>
  </channel>
</rss>

