<?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 Arbitrary Ordering of Docs in 4.0 Document Library in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253111#M206241</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A client has requested a feature for ordering documents by an "index" or "order" attribute, rather than allowing the documents to be sorted alphabetically. I notice in the node browser that a folder's children have an "Index" attribute:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[img]&lt;/SPAN&gt;&lt;A href="http://img189.imageshack.us/img189/9398/screenshot20120402at124.png" rel="nofollow noopener noreferrer"&gt;http://img189.imageshack.us/img189/9398/screenshot20120402at124.png&lt;/A&gt;&lt;SPAN&gt;[/img]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to tap into this attribute manually to adjust the display order of a document in the doc lib?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Apr 2012 19:48:19 GMT</pubDate>
    <dc:creator>cpaul</dc:creator>
    <dc:date>2012-04-02T19:48:19Z</dc:date>
    <item>
      <title>Arbitrary Ordering of Docs in 4.0 Document Library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253111#M206241</link>
      <description>Hi all,A client has requested a feature for ordering documents by an "index" or "order" attribute, rather than allowing the documents to be sorted alphabetically. I notice in the node browser that a folder's children have an "Index" attribute:[img]http://img189.imageshack.us/img189/9398/screenshot20</description>
      <pubDate>Mon, 02 Apr 2012 19:48:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253111#M206241</guid>
      <dc:creator>cpaul</dc:creator>
      <dc:date>2012-04-02T19:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Arbitrary Ordering of Docs in 4.0 Document Library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253112#M206242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't think that "index" is something you could use, its just an index in a collection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may be able to sort on other properties though?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Apr 2012 22:57:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253112#M206242</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2012-04-02T22:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: Arbitrary Ordering of Docs in 4.0 Document Library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253113#M206243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, that makes sense. We had actually established a custom "order" attribute that stores an integer order index. I'll look into using that to sort, I've seen a few posts on that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 16:53:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253113#M206243</guid>
      <dc:creator>cpaul</dc:creator>
      <dc:date>2012-04-03T16:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Arbitrary Ordering of Docs in 4.0 Document Library</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253114#M206244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The solution I went with was to add a custom sort option for the document library. Alfresco 4.0 makes this really easy!&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;config evaluator="string-compare" condition="DocumentLibrary"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;sorting&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;sort label="sort.label"&amp;gt;my:attribute&amp;lt;/sort&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/sorting&amp;gt;&lt;BR /&gt;&amp;lt;/config&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2012 17:44:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/arbitrary-ordering-of-docs-in-4-0-document-library/m-p/253114#M206244</guid>
      <dc:creator>cpaul</dc:creator>
      <dc:date>2012-04-03T17:44:34Z</dc:date>
    </item>
  </channel>
</rss>

