<?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: Replacing default document metadata with custom properties at document library view in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27921#M11953</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Douglas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Managed to solve it using something similar to what you proposed. Now I will try to combine more than one property into one evaluator. Have around 10 to check for each document, so I will create property groups and one evaluator for each group. Hope to reduce the code this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zsolt Putnoky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Jun 2017 11:06:08 GMT</pubDate>
    <dc:creator>zputnoky</dc:creator>
    <dc:date>2017-06-10T11:06:08Z</dc:date>
    <item>
      <title>Replacing default document metadata with custom properties at document library view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27916#M11948</link>
      <description>Dear All,I am working on a mock-up and come up with the following issue&lt;IMG id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;esigned a company wide content modelthis model has a typethe type has several attributes which are filled by the operator at document upload. This is done via the uploader plus moduleI would like to replace the default metadata</description>
      <pubDate>Fri, 28 Apr 2017 12:48:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27916#M11948</guid>
      <dc:creator>zputnoky</dc:creator>
      <dc:date>2017-04-28T12:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing default document metadata with custom properties at document library view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27917#M11949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should define a&amp;nbsp;new form configuration snipped inside the file:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier, monospace;"&gt;&amp;lt;ALFRESCO_HOME&amp;gt;/tomcat/shared/classes/alfresco/web-extension/share-config-custom.xml&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This file will override all the default forms that you see in Share.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at the following tutorial:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://docs.alfresco.com/5.2/tasks/dev-extensions-content-models-tutorials-share-config.html" title="http://docs.alfresco.com/5.2/tasks/dev-extensions-content-models-tutorials-share-config.html" rel="nofollow noopener noreferrer"&gt;Share configuration for custom types and properties | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 13:07:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27917#M11949</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2017-04-28T13:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing default document metadata with custom properties at document library view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27918#M11950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piergiorgio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I have checked the tutorial already. My issue is that as this is a mock-up I do not have the full development environment in place. I tried to achieve this by modifying XML files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the tutorial I used today:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://marcelloborsetto.wordpress.com/2013/07/04/show-custom-metadata-in-alfresco-file-list/" rel="nofollow noopener noreferrer"&gt;https://marcelloborsetto.wordpress.com/2013/07/04/show-custom-metadata-in-alfresco-file-list/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you will understand more than I do as I do not speak Italian at all (guess you do). So, did the tutorial, catalina out is okay, no error message, but no property displayed. My main issue was/is that I do not know where to specify the content type in the code examples.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the code into the share-documentlibrary-config.xml as I thought this is the file rendering the view. I will try to add it to the file you mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot once more,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zsolt Putnoky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 13:21:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27918#M11950</guid>
      <dc:creator>zputnoky</dc:creator>
      <dc:date>2017-04-28T13:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing default document metadata with custom properties at document library view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27919#M11951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piergiorgio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solved the issue! Did a typo. Now I need to figure out how to display more than one property in the same line, then all is good for this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good weekend,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zsolt Putnoky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Apr 2017 15:04:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27919#M11951</guid>
      <dc:creator>zputnoky</dc:creator>
      <dc:date>2017-04-28T15:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing default document metadata with custom properties at document library view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27920#M11952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if you were able to solve your problem, but in order to put more than one property in the same line, all you have to do is to put it after the first one you added.&lt;/P&gt;&lt;P&gt;&amp;lt;line index="20" id="descrizioneTec" evaluator="evaluator.doclib.metadata.descrizioneTec"&amp;gt;{descrizioneTec}&amp;lt;/line&amp;gt;&lt;/P&gt;&lt;P&gt;becomes&lt;/P&gt;&lt;P&gt;&amp;lt;line index="20" id="descrizioneTec" evaluator="evaluator.doclib.metadata.descrizioneTec"&amp;gt;{descrizioneTec}{otherProperty}&amp;lt;/line&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jun 2017 16:28:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27920#M11952</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2017-06-08T16:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Replacing default document metadata with custom properties at document library view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27921#M11953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Douglas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. Managed to solve it using something similar to what you proposed. Now I will try to combine more than one property into one evaluator. Have around 10 to check for each document, so I will create property groups and one evaluator for each group. Hope to reduce the code this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Zsolt Putnoky&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 11:06:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/replacing-default-document-metadata-with-custom-properties-at/m-p/27921#M11953</guid>
      <dc:creator>zputnoky</dc:creator>
      <dc:date>2017-06-10T11:06:08Z</dc:date>
    </item>
  </channel>
</rss>

