<?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: Custom metadata on documentList in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31252#M13244</link>
    <description>&lt;P&gt;Thank you, &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/33307"&gt;@fcorti&lt;/A&gt; !&lt;/P&gt;&lt;P&gt;This is working fine, including through the extension file &lt;STRONG&gt;app.extensions.json&lt;/STRONG&gt;. But, i'm talking about the columns of the files table, witch is configured in this section:&lt;/P&gt;&lt;PRE&gt;"documentList": {
      "files": [
         ...
      ]
}&lt;/PRE&gt;&lt;P&gt;The "problem" is that, apparently, there are no rules support to determine when the columns should be displayed, for example: only for type that have those properties.&lt;/P&gt;&lt;P&gt;I'll verify if it's possible through the &lt;STRONG&gt;adf-dynamic-column&lt;/STRONG&gt; component too.&lt;/P&gt;</description>
    <pubDate>Sat, 21 Sep 2019 12:16:02 GMT</pubDate>
    <dc:creator>josafasdr</dc:creator>
    <dc:date>2019-09-21T12:16:02Z</dc:date>
    <item>
      <title>Custom metadata on documentList</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31250#M13242</link>
      <description>&lt;P&gt;&lt;SPAN class="tlid-translation translation"&gt;&lt;SPAN class=""&gt;Hello everyone!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;I am trying to display custom metadata in the document list table based on the folder/document type.&lt;/SPAN&gt; &lt;SPAN class=""&gt;I could not find how to do this via extensions configuration.&lt;/SPAN&gt; &lt;SPAN&gt;What is the best way to implement this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;Thankful!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 17:25:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31250#M13242</guid>
      <dc:creator>josafasdr</dc:creator>
      <dc:date>2019-09-20T17:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metadata on documentList</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31251#M13243</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Did you try with this?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.alfresco.com/abn/adf/docs/content-services/components/content-metadata-card.component/#layout-oriented-config" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/content-services/components/content-metadata-card.component/#layout-oriented-config&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 19:56:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31251#M13243</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2019-09-20T19:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metadata on documentList</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31252#M13244</link>
      <description>&lt;P&gt;Thank you, &lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/33307"&gt;@fcorti&lt;/A&gt; !&lt;/P&gt;&lt;P&gt;This is working fine, including through the extension file &lt;STRONG&gt;app.extensions.json&lt;/STRONG&gt;. But, i'm talking about the columns of the files table, witch is configured in this section:&lt;/P&gt;&lt;PRE&gt;"documentList": {
      "files": [
         ...
      ]
}&lt;/PRE&gt;&lt;P&gt;The "problem" is that, apparently, there are no rules support to determine when the columns should be displayed, for example: only for type that have those properties.&lt;/P&gt;&lt;P&gt;I'll verify if it's possible through the &lt;STRONG&gt;adf-dynamic-column&lt;/STRONG&gt; component too.&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 12:16:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31252#M13244</guid>
      <dc:creator>josafasdr</dc:creator>
      <dc:date>2019-09-21T12:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metadata on documentList</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31253#M13245</link>
      <description>&lt;P&gt;Ok, now I got it...&lt;/P&gt;
&lt;P&gt;In this case the data column visibility can be defined here:&amp;nbsp;&lt;A href="https://www.alfresco.com/abn/adf/docs/core/components/data-column.component/#conditional-visibility" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/core/components/data-column.component/#conditional-visibility&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And custom columns here:&amp;nbsp;&lt;BR /&gt;&lt;A href="https://www.alfresco.com/abn/adf/docs/content-services/components/document-list.component/#custom-columns" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.alfresco.com/abn/adf/docs/content-services/components/document-list.component/#custom-columns&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Is the setup of all of this from&amp;nbsp;&lt;STRONG&gt;app.extensions.json&lt;/STRONG&gt; file a requirement?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Sep 2019 14:41:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31253#M13245</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2019-09-21T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom metadata on documentList</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31254#M13246</link>
      <description>&lt;P&gt;Done!&lt;/P&gt;&lt;P&gt;Resolved by follow the first link.&lt;/P&gt;&lt;P&gt;It's not a requirement, just a preference for "don't touch de code" (Share) &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Sep 2019 16:25:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/custom-metadata-on-documentlist/m-p/31254#M13246</guid>
      <dc:creator>josafasdr</dc:creator>
      <dc:date>2019-09-23T16:25:42Z</dc:date>
    </item>
  </channel>
</rss>

