<?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: How to create properties which will be shown in the same column in table view in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147526#M39045</link>
    <description>&lt;P&gt;Could you point me to some examples on how to achieve this dynamically?&lt;/P&gt;&lt;P&gt;Here's part of the code that I used to display the status property:&lt;/P&gt;&lt;PRE&gt;&amp;lt;view-renderer id="table" iconClass="table" label="button.view.table" index="50" widget="Alfresco.DocumentListTableViewRenderer"&amp;gt;
            &amp;lt;dependencies&amp;gt;
               &amp;lt;js src="components/documentlibrary/documentlist-view-detailed.js" /&amp;gt;
               &amp;lt;js src="components/documentlibrary/documentlist-view-table.js" /&amp;gt;
               &amp;lt;js src="components/common/common-component-style-filter-chain.js" /&amp;gt;
               &amp;lt;css src="components/documentlibrary/documentlist-view-table.css" /&amp;gt;
            &amp;lt;/dependencies&amp;gt;
            &amp;lt;json-config&amp;gt;
               {
                  "actions": {
                     "show": "true"
                  },
                  "indicators": {
                     "show": "true"
                  },
                  "selector": {
                     "show": "true"
                  },
                  "thumbnail": {
                     "show": "true"
                  },
                  "propertyColumns": [
                     {
                        "property": "cf1:status",
                        "label": "Status",
                     },
		  ]
               }
           &amp;lt;/json-config&amp;gt;
&amp;lt;/view-renderer&amp;gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 10 May 2023 09:10:25 GMT</pubDate>
    <dc:creator>Rista</dc:creator>
    <dc:date>2023-05-10T09:10:25Z</dc:date>
    <item>
      <title>How to create properties which will be shown in the same column in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147524#M39043</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm running Community Edition 7.3 and I've been tasked to create three simple models. Each model will be a new type/custom folder with a set of properties.&lt;/P&gt;&lt;P&gt;These properties will just be a constrained list of values. Basically each model will have its own lifecycle statuses that a user can choose from.&lt;/P&gt;&lt;P&gt;So for example if we have CustomFolder1 with a property:&lt;/P&gt;&lt;P&gt;cf1:status&lt;/P&gt;&lt;P&gt;The list of text values would be something like "In Work", "Completed", "Obsolete" etc.&lt;/P&gt;&lt;P&gt;We need this property to be displayed in table view as one of the columns. So I customized view renderer in share-config-custom.xml and included the cf1:status property column which works fine.&lt;/P&gt;&lt;P&gt;However, since it is essentially hardcoded this way, it obviously works only for the cf1:status property. What I need is to show statuses of the other two types, ie cf2:status and cf3:status in the same column. How would I go about doing this?&lt;/P&gt;&lt;P&gt;I'm new to Alfresco and possibly this is a completely backwards way of doing what I'm trying to achieve.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 17:04:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147524#M39043</guid>
      <dc:creator>Rista</dc:creator>
      <dc:date>2023-05-09T17:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to create properties which will be shown in the same column in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147525#M39044</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;A href="https://migration33.stage.lithium.com/t5/user/viewprofilepage/user-id/96501"&gt;@Rista&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm running Community Edition 7.3 and I've been tasked to create three simple models. Each model will be a new type/custom folder with a set of properties.&amp;nbsp;&lt;A href="https://www.gta-portal.com/" target="_self" rel="nofollow noopener noreferrer"&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#FFFFFF"&gt;GTA Portal&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;These properties will just be a constrained list of values. Basically each model will have its own lifecycle statuses that a user can choose from.&lt;/P&gt;&lt;P&gt;So for example if we have CustomFolder1 with a property:&lt;/P&gt;&lt;P&gt;cf1:status&lt;/P&gt;&lt;P&gt;The list of text values would be something like "In Work", "Completed", "Obsolete" etc.&lt;/P&gt;&lt;P&gt;We need this property to be displayed in table view as one of the columns. So I customized view renderer in share-config-custom.xml and included the cf1:status property column which works fine.&lt;/P&gt;&lt;P&gt;However, since it is essentially hardcoded this way, it obviously works only for the cf1:status property. What I need is to show statuses of the other two types, ie cf2:status and cf3:status in the same column. How would I go about doing this?&lt;/P&gt;&lt;P&gt;I'm new to Alfresco and possibly this is a completely backwards way of doing what I'm trying to achieve.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hello,&lt;BR /&gt;&lt;BR /&gt;To display the status properties of multiple custom folders in the same column, you can modify the view renderer in share-config-custom.xml to use a dynamic approach that retrieves the property values based on the folder type.&lt;/P&gt;&lt;P&gt;Best regard,&lt;BR /&gt;NShort1&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 05:17:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147525#M39044</guid>
      <dc:creator>NShort1</dc:creator>
      <dc:date>2023-05-10T05:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create properties which will be shown in the same column in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147526#M39045</link>
      <description>&lt;P&gt;Could you point me to some examples on how to achieve this dynamically?&lt;/P&gt;&lt;P&gt;Here's part of the code that I used to display the status property:&lt;/P&gt;&lt;PRE&gt;&amp;lt;view-renderer id="table" iconClass="table" label="button.view.table" index="50" widget="Alfresco.DocumentListTableViewRenderer"&amp;gt;
            &amp;lt;dependencies&amp;gt;
               &amp;lt;js src="components/documentlibrary/documentlist-view-detailed.js" /&amp;gt;
               &amp;lt;js src="components/documentlibrary/documentlist-view-table.js" /&amp;gt;
               &amp;lt;js src="components/common/common-component-style-filter-chain.js" /&amp;gt;
               &amp;lt;css src="components/documentlibrary/documentlist-view-table.css" /&amp;gt;
            &amp;lt;/dependencies&amp;gt;
            &amp;lt;json-config&amp;gt;
               {
                  "actions": {
                     "show": "true"
                  },
                  "indicators": {
                     "show": "true"
                  },
                  "selector": {
                     "show": "true"
                  },
                  "thumbnail": {
                     "show": "true"
                  },
                  "propertyColumns": [
                     {
                        "property": "cf1:status",
                        "label": "Status",
                     },
		  ]
               }
           &amp;lt;/json-config&amp;gt;
&amp;lt;/view-renderer&amp;gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 May 2023 09:10:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147526#M39045</guid>
      <dc:creator>Rista</dc:creator>
      <dc:date>2023-05-10T09:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create properties which will be shown in the same column in table view</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147527#M39046</link>
      <description>&lt;P&gt;I'm back to this task and still having problems figuring out the solution. So if we have two custom types, t1 and t2 and each of them has a&amp;nbsp; "status" property:&lt;/P&gt;&lt;P&gt;t1:status&lt;/P&gt;&lt;P&gt;t2:status&lt;/P&gt;&lt;P&gt;How to display this property &lt;EM&gt;in the same column &lt;/EM&gt;of table view? How do achieve this dynamically in&amp;nbsp;&lt;SPAN&gt;share-config-custom.xml? Any help is greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 07:36:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-properties-which-will-be-shown-in-the-same-column/m-p/147527#M39046</guid>
      <dc:creator>Rista</dc:creator>
      <dc:date>2024-01-10T07:36:27Z</dc:date>
    </item>
  </channel>
</rss>

