<?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: Dynamic Content Type in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250494#M203624</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like you are trying to change the values in one dropdown based on the selected value of a previous dropdown. So, if someone selects "Physician" in Career, you would like your Specialty field to show only specialties related to a Physician (Pediatrician, Oncology, etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As of 3.4d, there is no out-of-the-box way to do this that I know of. You're going to have to develop your own custom component. I would start with &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Customization" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Customization&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The detailed steps are too numerous to outline here, but you will essentially do something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Add all possible values to your constraints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Override the default controls for the primary and secondary dropdowns with your own custom controls&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Write custom controls that can be configured to be dependent upon the value set in another control&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Write client-side JavaScript bound to the onChange event of the independent control such that when it is changed, it tells the dependent control to filter its list of options based on the value selected in the independent control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above assumes you are customizing Alfresco Share for your UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't understand the second half of your question. When you create a folder in the Share UI, you get a dialog with some metadata fields. Those fields are the default set but you *should* be able to override the Share form config to add/remove any metadata you want to that popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2011 16:08:03 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2011-06-28T16:08:03Z</dc:date>
    <item>
      <title>Dynamic Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250493#M203623</link>
      <description>Hello everybody. I'm pretty new in Alfresco's world but I have many things to do. I'm working with alfresco 3.4d, and I need to design a Workflow for a Designer School, who need to store their students best works. Every work is a set of files (report, photos, etc.), so I've created a custom model to</description>
      <pubDate>Mon, 27 Jun 2011 14:53:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250493#M203623</guid>
      <dc:creator>massanen</dc:creator>
      <dc:date>2011-06-27T14:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250494#M203624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like you are trying to change the values in one dropdown based on the selected value of a previous dropdown. So, if someone selects "Physician" in Career, you would like your Specialty field to show only specialties related to a Physician (Pediatrician, Oncology, etc.).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As of 3.4d, there is no out-of-the-box way to do this that I know of. You're going to have to develop your own custom component. I would start with &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Customization" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Customization&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The detailed steps are too numerous to outline here, but you will essentially do something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Add all possible values to your constraints&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Override the default controls for the primary and secondary dropdowns with your own custom controls&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Write custom controls that can be configured to be dependent upon the value set in another control&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; - Write client-side JavaScript bound to the onChange event of the independent control such that when it is changed, it tells the dependent control to filter its list of options based on the value selected in the independent control.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The above assumes you are customizing Alfresco Share for your UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't understand the second half of your question. When you create a folder in the Share UI, you get a dialog with some metadata fields. Those fields are the default set but you *should* be able to override the Share form config to add/remove any metadata you want to that popup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 16:08:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250494#M203624</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2011-06-28T16:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250495#M203625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;yes, that's correct, I want to do what you told. Well, I can try to follow these steps, but I'm working with /alfresco, not with /share. Actually, because I'm not really familiar with alfresco, yet. Do you think I should use /share? The main points I have to do are:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create content types for every work (a work is a folder/space)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create content types for every document (a document is a part of a work)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create a workflow for all the works( the states are: CREATION, PRELIMINARY APPROVAL, REJECTED, HISTORIC, RETENTION, PUBLICATION)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Create thumbnails for every work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second half question is about content types. When I create a new content type to introduce new metadata to every work, I can edit these metadatas when I go to "details" "edit details", not when I create the folder. I also read that is not possible to fill the new metadata when you create a new folder, you always have to go to "details" and "edit details", once is created.&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>Wed, 29 Jun 2011 07:43:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250495#M203625</guid>
      <dc:creator>massanen</dc:creator>
      <dc:date>2011-06-29T07:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250496#M203626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, you should definitely be using Share if at all possible. It is much easier to customize and it is the client that Alfresco is spending the most time on from an Engineering perspective. There are fewer reasons to use the Explorer client with every release.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you must use the Explorer client, you might want to take a look at Jean Barmash's &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/jbarmash/2008/08/18/implementing-cascading-dropdowns-for-editing-properties/" rel="nofollow noopener noreferrer"&gt;blog post&lt;/A&gt;&lt;SPAN&gt; on "cascading dropdowns". He built his example based on a custom constraint type that runs a Lucene query, but the cascade functionality might be a good example for what you are trying to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 14:15:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250496#M203626</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2011-06-29T14:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250497#M203627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can choose if it's better to use Alfresco Share or the other one. If you advise me to use Share, I can try to work with share, with the hope that it won't be too different. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now I've seen there is a new version of Alfresco (3.4.e) with a new motor to make workflows, but I'm affraid of documentation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for my poor experience, but to design content types, for documents and spaces/folders metadatas, is the same with Explorer client than with Share??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(this blog post seems to be perfect for me (it I can use it with share&amp;nbsp; :lol:&amp;nbsp; ))&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 15:09:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250497#M203627</guid>
      <dc:creator>massanen</dc:creator>
      <dc:date>2011-06-29T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250498#M203628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry, now I see that Share it's so much better, because it has the repository + better interface + more user options&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, I'm going to work with Share, it will be more powerfull for my client. Thank you very much jpotts!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 15:40:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250498#M203628</guid>
      <dc:creator>massanen</dc:creator>
      <dc:date>2011-06-29T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Content Type</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250499#M203629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You are welcome. By the way, 3.4.e is a preview release showing the Activiti engine working side-by-side with jBPM. We still consider 3.4.d to be the latest stable release, so if you are using Community for production, use 3.4.d, not 3.4.e.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There should be a major stable release of Alfresco Community that includes Activiti around the August timeframe. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2011 15:58:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamic-content-type/m-p/250499#M203629</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2011-06-29T15:58:28Z</dc:date>
    </item>
  </channel>
</rss>

