<?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: Want datalist column in sorting order in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106802#M30159</link>
    <description>&lt;P&gt;Are there any errors in logs?&lt;/P&gt;</description>
    <pubDate>Mon, 25 May 2020 06:59:41 GMT</pubDate>
    <dc:creator>mire323</dc:creator>
    <dc:date>2020-05-25T06:59:41Z</dc:date>
    <item>
      <title>Want datalist column in sorting order</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106798#M30155</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I want one column of datalist (sr.no) in ascending order by default.&lt;BR /&gt;I have added below code in share-config-custom.xml for sorting,but that didn't helped.&lt;/P&gt;&lt;PRE&gt;&amp;lt;config evaluator="string-compare" condition="DocumentLibrary"
					replace="true"&amp;gt;
					&amp;lt;sorting&amp;gt;
						&amp;lt;sort label="Employee ID" isSortable="true"&amp;gt;emp:empId|true&amp;lt;/sort&amp;gt;
					&amp;lt;/sorting&amp;gt;
&amp;lt;/config&amp;gt;&lt;/PRE&gt;&lt;P&gt;I have made datalist model like below&lt;/P&gt;&lt;PRE&gt;&amp;lt;type name="emp:employeeDetails"&amp;gt;
			&amp;lt;title&amp;gt;Employee Details&amp;lt;/title&amp;gt;
			&amp;lt;parent&amp;gt;dl:dataListItem&amp;lt;/parent&amp;gt;
			&amp;lt;properties&amp;gt;

				&amp;lt;property name="emp:empId"&amp;gt;
					&amp;lt;title&amp;gt;Employee ID&amp;lt;/title&amp;gt;
					&amp;lt;type&amp;gt;d:int&amp;lt;/type&amp;gt;
					&amp;lt;index enabled="true"&amp;gt;
						&amp;lt;atomic&amp;gt;true&amp;lt;/atomic&amp;gt;
						&amp;lt;stored&amp;gt;false&amp;lt;/stored&amp;gt;
						&amp;lt;tokenised&amp;gt;false&amp;lt;/tokenised&amp;gt;
						&amp;lt;facetable&amp;gt;true&amp;lt;/facetable&amp;gt;
					&amp;lt;/index&amp;gt;
				&amp;lt;/property&amp;gt;

				&amp;lt;property name="emp:firstName"&amp;gt;
					&amp;lt;title&amp;gt;First Name&amp;lt;/title&amp;gt;
					&amp;lt;type&amp;gt;d:text&amp;lt;/type&amp;gt;
				&amp;lt;/property&amp;gt;
			&amp;lt;/properties&amp;gt;
		&amp;lt;/type&amp;gt;&lt;/PRE&gt;&lt;P&gt;Is there any other configuration required or am i missing something?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Hardik&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 05:49:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106798#M30155</guid>
      <dc:creator>hardik_thakkar</dc:creator>
      <dc:date>2020-05-11T05:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Want datalist column in sorting order</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106799#M30156</link>
      <description>&lt;P&gt;Anyone has faced simiilar issue? Still, i am looking for help/solution/approach.&lt;/P&gt;</description>
      <pubDate>Fri, 22 May 2020 11:48:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106799#M30156</guid>
      <dc:creator>hardik_thakkar</dc:creator>
      <dc:date>2020-05-22T11:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Want datalist column in sorting order</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106800#M30157</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;can you please share screen shots from share and the whole share-config-custom.xml file.&lt;/P&gt;&lt;P&gt;This configuration works for me:&lt;/P&gt;&lt;PRE&gt;&amp;lt;!-- Document Library config section --&amp;gt;
   &amp;lt;config evaluator="string-compare" condition="DocumentLibrary" replace="true"&amp;gt;
        &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;lt;sorting&amp;gt;
         &amp;lt;sort label='Naziv'&amp;gt;ecm:naziv&amp;lt;/sort&amp;gt;
        &amp;lt;/sorting&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;
      &amp;lt;tree&amp;gt;
         &amp;lt;!--
            Whether the folder Tree component should enumerate child folders or not.
            This is a relatively expensive operation, so should be set to "false" for Repositories with broad folder structures.
         --&amp;gt;
         &amp;lt;evaluate-child-folders&amp;gt;false&amp;lt;/evaluate-child-folders&amp;gt;

         &amp;lt;!--
            Optionally limit the number of folders shown in treeview throughout Share.
         --&amp;gt;
         &amp;lt;maximum-folder-count&amp;gt;1000&amp;lt;/maximum-folder-count&amp;gt;

         &amp;lt;!--
            Default timeout in milliseconds for folder Tree component to recieve response from Repository
         --&amp;gt;
         &amp;lt;timeout&amp;gt;7000&amp;lt;/timeout&amp;gt;
      &amp;lt;/tree&amp;gt;

      &amp;lt;!--
         Used by "Manage Rules" -&amp;gt; "Add aspect" action.

         If an aspect has been specified without a title element in the content model,
         or you need to support multiple languages,
         then an i18n file is needed on the Repo AMP/JAR extension side for the aspect to
         be visible when creating rules:

          custom_customModel.aspect.custom_myaspect.title=My Aspect

         Used by the "Manage Aspects" action.

         For the aspect to have a localised label add relevant i18n string(s) in a Share AMP/JAR extension:

          aspect.custom_myaspect=My Aspect
      --&amp;gt;
      &amp;lt;aspects&amp;gt;
         &amp;lt;!-- Aspects that a user can see --&amp;gt;
         &amp;lt;visible&amp;gt;
            &amp;lt;aspect name="cm:generalclassifiable" /&amp;gt;
            &amp;lt;aspect name="cm:complianceable" /&amp;gt;
            &amp;lt;aspect name="cm:dublincore" /&amp;gt;
            &amp;lt;aspect name="cm:effectivity" /&amp;gt;
            &amp;lt;aspect name="cm:summarizable" /&amp;gt;
            &amp;lt;aspect name="cm:versionable" /&amp;gt;
            &amp;lt;aspect name="cm:templatable" /&amp;gt;
            &amp;lt;aspect name="cm:emailed" /&amp;gt;
            &amp;lt;aspect name="emailserver:aliasable" /&amp;gt;
            &amp;lt;aspect name="cm:taggable" /&amp;gt;
            &amp;lt;aspect name="app:inlineeditable" /&amp;gt;
            &amp;lt;aspect name="cm:geographic" /&amp;gt;
            &amp;lt;aspect name="exif:exif" /&amp;gt;
            &amp;lt;aspect name="audio:audio" /&amp;gt;
            &amp;lt;aspect name="cm:indexControl" /&amp;gt;
            &amp;lt;aspect name="dp:restrictable" /&amp;gt;
            &amp;lt;aspect name="smf:customConfigSmartFolder" /&amp;gt;
            &amp;lt;aspect name="smf:systemConfigSmartFolder" /&amp;gt;
         &amp;lt;/visible&amp;gt;

         &amp;lt;!-- Aspects that a user can add. Same as "visible" if left empty --&amp;gt;
         &amp;lt;addable&amp;gt;
         &amp;lt;/addable&amp;gt;

         &amp;lt;!-- Aspects that a user can remove. Same as "visible" if left empty --&amp;gt;
         &amp;lt;removeable&amp;gt;
         &amp;lt;/removeable&amp;gt;
      &amp;lt;/aspects&amp;gt;

      &amp;lt;!--
         Used by "Manage Rules" -&amp;gt; "Specialise type" action.

         If a type has been specified without a title element in the content model,
         or you need to support multiple languages,
         then an i18n file is needed on the Repo AMP/JAR extension side for the type to
         be visible when creating rules:

            custom_customModel.type.custom_mytype.title=My SubType

         Used by the "Change Type" action.

         For the type to have a localised label add relevant i18n string(s) in a Share AMP/JAR extension:

            type.custom_mytype=My SubType

         Define valid subtypes using the following example:

            &amp;lt;type name="cm:content"&amp;gt;
             &amp;lt;subtype name="custom:mytype" /&amp;gt;
            &amp;lt;/type&amp;gt;
      --&amp;gt;
      &amp;lt;types&amp;gt;
         &amp;lt;type name="cm:content"&amp;gt;
            &amp;lt;subtype name="smf:smartFolderTemplate" /&amp;gt;
         &amp;lt;/type&amp;gt;

          &amp;lt;type name="cm:folder"&amp;gt;
         &amp;lt;/type&amp;gt;

         &amp;lt;type name="trx:transferTarget"&amp;gt;
            &amp;lt;subtype name="trx:fileTransferTarget" /&amp;gt;
         &amp;lt;/type&amp;gt;
      &amp;lt;/types&amp;gt;

      &amp;lt;!--
         If set, will present a WebDAV link for the current item on the Document and Folder details pages.
         Also used to generate the "View in Alfresco Explorer" action for folders.
      --&amp;gt;
      &amp;lt;repository-url&amp;gt;http://alfresco:8080/alfresco&amp;lt;/repository-url&amp;gt;

      &amp;lt;!--
         Google Docs™ integration
      --&amp;gt;
      &amp;lt;google-docs&amp;gt;
         &amp;lt;!--
            Enable/disable the Google Docs UI integration (Extra types on Create Content menu, Google Docs actions).
         --&amp;gt;
         &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;

         &amp;lt;!--
            The mimetypes of documents Google Docs allows you to create via the Share interface.
            The I18N label is created from the "type" attribute, e.g. google-docs.doc=Google Docs&amp;amp;trade; Document
         --&amp;gt;
         &amp;lt;creatable-types&amp;gt;
            &amp;lt;creatable type="doc"&amp;gt;application/vnd.openxmlformats-officedocument.wordprocessingml.document&amp;lt;/creatable&amp;gt;
            &amp;lt;creatable type="xls"&amp;gt;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&amp;lt;/creatable&amp;gt;
            &amp;lt;creatable type="ppt"&amp;gt;application/vnd.ms-powerpoint&amp;lt;/creatable&amp;gt;
         &amp;lt;/creatable-types&amp;gt;
      &amp;lt;/google-docs&amp;gt;

      &amp;lt;!--
         File upload configuration
      --&amp;gt;
      &amp;lt;file-upload&amp;gt;
         &amp;lt;!--
            Adobe Flash™
            In certain environments, an HTTP request originating from Flash cannot be authenticated using an existing session.
            See: http://bugs.adobe.com/jira/browse/FP-4830
            For these cases, it is useful to disable the Flash-based uploader for Share Document Libraries.
         --&amp;gt;
         &amp;lt;adobe-flash-enabled&amp;gt;true&amp;lt;/adobe-flash-enabled&amp;gt;
      &amp;lt;/file-upload&amp;gt;
   &amp;lt;/config&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 23 May 2020 13:56:37 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106800#M30157</guid>
      <dc:creator>mire323</dc:creator>
      <dc:date>2020-05-23T13:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Want datalist column in sorting order</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106801#M30158</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/1603"&gt;@mire323&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I have tried in similar way, but no luck.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find the screenshot attached.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Share datalist screenshot.PNG" style="width: 764px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/650iFEC62F69C7F8D51E/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Below is the configuration of share-config-custom.xml file.&lt;/P&gt;&lt;PRE&gt;&amp;lt;config evaluator="string-compare" condition="DocumentLibrary" replace="true"&amp;gt;
	
	 &amp;lt;sorting&amp;gt;
			&amp;lt;sort label="Employee ID"&amp;gt;emp:empId&amp;lt;/sort&amp;gt;
	  &amp;lt;/sorting&amp;gt;
	  
      &amp;lt;tree&amp;gt;
         &amp;lt;!--
            Whether the folder Tree component should enumerate child folders or not.
            This is a relatively expensive operation, so should be set to "false" for Repositories with broad folder structures.
         --&amp;gt;
         &amp;lt;evaluate-child-folders&amp;gt;false&amp;lt;/evaluate-child-folders&amp;gt;
         
         &amp;lt;!--
            Optionally limit the number of folders shown in treeview throughout Share.
         --&amp;gt;
         &amp;lt;maximum-folder-count&amp;gt;1000&amp;lt;/maximum-folder-count&amp;gt;
         
         &amp;lt;!--  
            Default timeout in milliseconds for folder Tree component to recieve response from Repository
         --&amp;gt;
         &amp;lt;timeout&amp;gt;7000&amp;lt;/timeout&amp;gt;
      &amp;lt;/tree&amp;gt;

      &amp;lt;!--
         Used by "Manage Rules" -&amp;gt; "Add aspect" action.

         If an aspect has been specified without a title element in the content model,
         or you need to support multiple languages,
         then an i18n file is needed on the Repo AMP/JAR extension side for the aspect to
         be visible when creating rules:

          custom_customModel.aspect.custom_myaspect.title=My Aspect

         Used by the "Manage Aspects" action.

         For the aspect to have a localised label add relevant i18n string(s) in a Share AMP/JAR extension:

          aspect.custom_myaspect=My Aspect
      --&amp;gt;
      &amp;lt;aspects&amp;gt;
         &amp;lt;!-- Aspects that a user can see --&amp;gt;
         &amp;lt;visible&amp;gt;
            &amp;lt;aspect name="cm:generalclassifiable" /&amp;gt;
            &amp;lt;aspect name="cm:complianceable" /&amp;gt;
            &amp;lt;aspect name="cm:dublincore" /&amp;gt;
            &amp;lt;aspect name="cm:effectivity" /&amp;gt;
            &amp;lt;aspect name="cm:summarizable" /&amp;gt;
            &amp;lt;aspect name="cm:versionable" /&amp;gt;
            &amp;lt;aspect name="cm:templatable" /&amp;gt;
            &amp;lt;aspect name="cm:emailed" /&amp;gt;
            &amp;lt;aspect name="emailserver:aliasable" /&amp;gt;
            &amp;lt;aspect name="cm:taggable" /&amp;gt;
            &amp;lt;aspect name="app:inlineeditable" /&amp;gt;
            &amp;lt;aspect name="cm:geographic" /&amp;gt;
            &amp;lt;aspect name="exif:exif" /&amp;gt;
            &amp;lt;aspect name="audio:audio" /&amp;gt;
            &amp;lt;aspect name="cm:indexControl" /&amp;gt;
            &amp;lt;aspect name="dp:restrictable" /&amp;gt;
            &amp;lt;aspect name="smf:customConfigSmartFolder" /&amp;gt;
            &amp;lt;aspect name="smf:systemConfigSmartFolder" /&amp;gt;
         &amp;lt;/visible&amp;gt;

         &amp;lt;!-- Aspects that a user can add. Same as "visible" if left empty --&amp;gt;
         &amp;lt;addable&amp;gt;
         &amp;lt;/addable&amp;gt;

         &amp;lt;!-- Aspects that a user can remove. Same as "visible" if left empty --&amp;gt;
         &amp;lt;removeable&amp;gt;
         &amp;lt;/removeable&amp;gt;
      &amp;lt;/aspects&amp;gt;

      &amp;lt;!--
         Used by "Manage Rules" -&amp;gt; "Specialise type" action.

         If a type has been specified without a title element in the content model,
         or you need to support multiple languages,
         then an i18n file is needed on the Repo AMP/JAR extension side for the type to
         be visible when creating rules:

            custom_customModel.type.custom_mytype.title=My SubType

         Used by the "Change Type" action.

         For the type to have a localised label add relevant i18n string(s) in a Share AMP/JAR extension:

            type.custom_mytype=My SubType

         Define valid subtypes using the following example:

            &amp;lt;type name="cm:content"&amp;gt;
             &amp;lt;subtype name="custom:mytype" /&amp;gt;
            &amp;lt;/type&amp;gt;
      --&amp;gt;
      &amp;lt;types&amp;gt;
         &amp;lt;type name="cm:content"&amp;gt;
            &amp;lt;subtype name="smf:smartFolderTemplate" /&amp;gt;
         &amp;lt;/type&amp;gt;

          &amp;lt;type name="cm:folder"&amp;gt;
         &amp;lt;/type&amp;gt;

         &amp;lt;type name="trx:transferTarget"&amp;gt;
            &amp;lt;subtype name="trx:fileTransferTarget" /&amp;gt;
         &amp;lt;/type&amp;gt;
      &amp;lt;/types&amp;gt;

      &amp;lt;!--
         If set, will present a WebDAV link for the current item on the Document and Folder details pages.
         Also used to generate the "View in Alfresco Explorer" action for folders.
      --&amp;gt;
      &amp;lt;repository-url&amp;gt;http://localhost:8080/alfresco&amp;lt;/repository-url&amp;gt;

      &amp;lt;!--
         Google Docs™ integration
      --&amp;gt;
      &amp;lt;google-docs&amp;gt;
         &amp;lt;!--
            Enable/disable the Google Docs UI integration (Extra types on Create Content menu, Google Docs actions).
         --&amp;gt;
         &amp;lt;enabled&amp;gt;false&amp;lt;/enabled&amp;gt;

         &amp;lt;!--
            The mimetypes of documents Google Docs allows you to create via the Share interface.
            The I18N label is created from the "type" attribute, e.g. google-docs.doc=Google Docs&amp;amp;trade; Document
         --&amp;gt;
         &amp;lt;creatable-types&amp;gt;
            &amp;lt;creatable type="doc"&amp;gt;application/vnd.openxmlformats-officedocument.wordprocessingml.document&amp;lt;/creatable&amp;gt;
            &amp;lt;creatable type="xls"&amp;gt;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet&amp;lt;/creatable&amp;gt;
            &amp;lt;creatable type="ppt"&amp;gt;application/vnd.ms-powerpoint&amp;lt;/creatable&amp;gt;
         &amp;lt;/creatable-types&amp;gt;
      &amp;lt;/google-docs&amp;gt;

      &amp;lt;!--
         File upload configuration
      --&amp;gt;
      &amp;lt;file-upload&amp;gt;
         &amp;lt;!--
            Adobe Flash™
            In certain environments, an HTTP request originating from Flash cannot be authenticated using an existing session.
            See: http://bugs.adobe.com/jira/browse/FP-4830
            For these cases, it is useful to disable the Flash-based uploader for Share Document Libraries.
         --&amp;gt;
         &amp;lt;adobe-flash-enabled&amp;gt;true&amp;lt;/adobe-flash-enabled&amp;gt;
      &amp;lt;/file-upload&amp;gt;
   &amp;lt;/config&amp;gt;&lt;/PRE&gt;&lt;PRE&gt;&amp;lt;config evaluator="model-type" condition="emp:employeeDetails"&amp;gt;
        &amp;lt;forms&amp;gt;
            &amp;lt;form&amp;gt;
                &amp;lt;field-visibility&amp;gt;
                    &amp;lt;show id="emp:empId" /&amp;gt;
                    &amp;lt;show id="emp:firstName" /&amp;gt;
                    &amp;lt;show id="emp:lastName" /&amp;gt;
                 &amp;lt;/field-visibility&amp;gt;
                &amp;lt;create-form template="../data-lists/forms/dataitem.ftl" /&amp;gt;
                &amp;lt;appearance&amp;gt;
				
				&amp;lt;field id="emp:empId" &amp;gt;
                        &amp;lt;control template="/org/alfresco/components/form/controls/textfield.ftl" &amp;gt;
                        &amp;lt;/control&amp;gt;
               &amp;lt;/field&amp;gt;

				&amp;lt;field id="emp:firstName" &amp;gt;
                 &amp;lt;control template="/org/alfresco/components/form/controls/textarea.ftl"&amp;gt;
                   
                 &amp;lt;/control&amp;gt;
               &amp;lt;/field&amp;gt;
				
				&amp;lt;field id="emp:lastName"&amp;gt;
					&amp;lt;control template="/org/alfresco/components/form/controls/textarea.ftl"/&amp;gt;
			   &amp;lt;/field&amp;gt;				
                &amp;lt;/appearance&amp;gt;
            &amp;lt;/form&amp;gt;
        &amp;lt;/forms&amp;gt;
    &amp;lt;/config&amp;gt;
	
	&amp;lt;config evaluator="node-type" condition="emp:employeeDetails"&amp;gt;
        &amp;lt;forms&amp;gt;
            &amp;lt;form&amp;gt;
                &amp;lt;field-visibility&amp;gt;
                    &amp;lt;show id="emp:empId" /&amp;gt;
                    &amp;lt;show id="emp:firstName" /&amp;gt;
                    &amp;lt;show id="emp:lastName" /&amp;gt;
                 &amp;lt;/field-visibility&amp;gt;
                &amp;lt;create-form template="../data-lists/forms/dataitem.ftl" /&amp;gt;
                &amp;lt;appearance&amp;gt;
				
				&amp;lt;field id="emp:empId" &amp;gt;
                        &amp;lt;control template="/org/alfresco/components/form/controls/textfield.ftl" &amp;gt;
                        &amp;lt;/control&amp;gt;
               &amp;lt;/field&amp;gt;

				&amp;lt;field id="emp:firstName" &amp;gt;
                 &amp;lt;control template="/org/alfresco/components/form/controls/textarea.ftl"&amp;gt;
                   
                 &amp;lt;/control&amp;gt;
               &amp;lt;/field&amp;gt;
				
				&amp;lt;field id="emp:lastName"&amp;gt;
					&amp;lt;control template="/org/alfresco/components/form/controls/textarea.ftl"/&amp;gt;
			   &amp;lt;/field&amp;gt;				
                &amp;lt;/appearance&amp;gt;
            &amp;lt;/form&amp;gt;
        &amp;lt;/forms&amp;gt;
    &amp;lt;/config&amp;gt;
	&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hardik&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 05:35:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106801#M30158</guid>
      <dc:creator>hardik_thakkar</dc:creator>
      <dc:date>2020-05-25T05:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: Want datalist column in sorting order</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106802#M30159</link>
      <description>&lt;P&gt;Are there any errors in logs?&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 06:59:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106802#M30159</guid>
      <dc:creator>mire323</dc:creator>
      <dc:date>2020-05-25T06:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Want datalist column in sorting order</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106803#M30160</link>
      <description>&lt;P&gt;Not getting any errors in the logs as well browser console also.&lt;/P&gt;</description>
      <pubDate>Mon, 25 May 2020 10:20:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/want-datalist-column-in-sorting-order/m-p/106803#M30160</guid>
      <dc:creator>hardik_thakkar</dc:creator>
      <dc:date>2020-05-25T10:20:26Z</dc:date>
    </item>
  </channel>
</rss>

