<?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 document list order by custom property in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303274#M256404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all, like subject says… I've added my custom aspect with its property, now I want to order all the documents and folders by it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to add it in the dropdown menu under all other sort-fields, is it possible?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See the image above:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://s15.postimg.org/y13x2eewr/custom_order.png" rel="nofollow noopener noreferrer"&gt;http://s15.postimg.org/y13x2eewr/custom_order.png&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;All my documents have property "Numero ordine" which I will like to add to the sort fields we see on top…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope in some help, Cristian.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Feb 2014 17:06:18 GMT</pubDate>
    <dc:creator>cristianfrog</dc:creator>
    <dc:date>2014-02-19T17:06:18Z</dc:date>
    <item>
      <title>document list order by custom property</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303274#M256404</link>
      <description>Hi all, like subject says… I've added my custom aspect with its property, now I want to order all the documents and folders by it.I need to add it in the dropdown menu under all other sort-fields, is it possible?See the image above:[img]http://s15.postimg.org/y13x2eewr/custom_order.png[/img]All my d</description>
      <pubDate>Wed, 19 Feb 2014 17:06:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303274#M256404</guid>
      <dc:creator>cristianfrog</dc:creator>
      <dc:date>2014-02-19T17:06:18Z</dc:date>
    </item>
    <item>
      <title>Re: document list order by custom property</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303275#M256405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try this in share-config-custom.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;lt;config evaluator="string-compare" condition="DocumentLibrary"&amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;sorting&amp;gt;&lt;BR /&gt;&amp;lt;sort label=""Numero ordine""&amp;gt;Your "Numero ordine" property from model&amp;lt;/sort&amp;gt;&lt;BR /&gt;&amp;lt;sort label="label.title"&amp;gt;cm:title&amp;lt;/sort&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;/sorting&amp;gt;&lt;BR /&gt;&amp;lt;/config&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 06:05:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303275#M256405</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2014-02-20T06:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: document list order by custom property</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303276#M256406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks, it works!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But is it possible to sort documents and folders togheter? Because Share puts folders on top and documents under them, I would like to order by my property number folders and documents together so it must be 0,1,2,3,4,5. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For now if folder has 5 the order is&amp;nbsp; 5,0,1,2,3,4 &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 09:36:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303276#M256406</guid>
      <dc:creator>cristianfrog</dc:creator>
      <dc:date>2014-02-20T09:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: document list order by custom property</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303277#M256407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nothing on this? Nobody knows a solution on mixing folders with documents?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Feb 2014 11:14:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/document-list-order-by-custom-property/m-p/303277#M256407</guid>
      <dc:creator>cristianfrog</dc:creator>
      <dc:date>2014-02-26T11:14:11Z</dc:date>
    </item>
  </channel>
</rss>

