<?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: LIST property aspect in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/list-property-aspect/m-p/288319#M241449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#list props as t&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; will, by default, list all of the file properties. Does your &amp;lt;strong&amp;gt;defaults.txt&amp;lt;/strong&amp;gt; file has this custom aspect attached?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try first creating this manually? Something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;select name="idRequest" id="idRequest"&amp;gt;&lt;BR /&gt;&amp;lt;option value="NOT SELECTED" selected="selected"&amp;gt;[–SELECT YEAR–]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;#– Now instead of your: &amp;lt;#list props as t&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List all aspects' props manually. –&amp;gt;&lt;BR /&gt;&amp;lt;option value="${myCustomProp1}}"&amp;gt;${myCustomProp1}&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option value="${myCustomProp2}}"&amp;gt;${myCustomProp3}&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option value="${myCustomProp3}}"&amp;gt;${myCustomProp3}&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/select&amp;gt;&lt;BR /&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you only list keys, both as options and as values. Maybe you can just put all the keys in an array and loop over them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Jun 2013 12:59:02 GMT</pubDate>
    <dc:creator>zladuric</dc:creator>
    <dc:date>2013-06-11T12:59:02Z</dc:date>
    <item>
      <title>LIST property aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-property-aspect/m-p/288318#M241448</link>
      <description>Hi I have a problem, i want to list properties of an aspect as a dropdown. I&amp;nbsp; want the propertis of that aspect to appear when you select the dropdown.The aspect i want its properties to show is attached to a file. at the moment it does not return the aspect properties but the default propertis of t</description>
      <pubDate>Tue, 11 Jun 2013 09:21:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-property-aspect/m-p/288318#M241448</guid>
      <dc:creator>sandile</dc:creator>
      <dc:date>2013-06-11T09:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: LIST property aspect</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/list-property-aspect/m-p/288319#M241449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;#list props as t&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; will, by default, list all of the file properties. Does your &amp;lt;strong&amp;gt;defaults.txt&amp;lt;/strong&amp;gt; file has this custom aspect attached?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try first creating this manually? Something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;select name="idRequest" id="idRequest"&amp;gt;&lt;BR /&gt;&amp;lt;option value="NOT SELECTED" selected="selected"&amp;gt;[–SELECT YEAR–]&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;#– Now instead of your: &amp;lt;#list props as t&amp;gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; List all aspects' props manually. –&amp;gt;&lt;BR /&gt;&amp;lt;option value="${myCustomProp1}}"&amp;gt;${myCustomProp1}&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option value="${myCustomProp2}}"&amp;gt;${myCustomProp3}&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option value="${myCustomProp3}}"&amp;gt;${myCustomProp3}&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/select&amp;gt;&lt;BR /&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;/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;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also, you only list keys, both as options and as values. Maybe you can just put all the keys in an array and loop over them?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know if that helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 12:59:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/list-property-aspect/m-p/288319#M241449</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-06-11T12:59:02Z</dc:date>
    </item>
  </channel>
</rss>

