<?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 do i use association.ftl for custom values in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64436#M21951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using a Category for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use category.ftl control and maintain the values in Admin section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 10 Feb 2018 08:07:58 GMT</pubDate>
    <dc:creator>angelborroy</dc:creator>
    <dc:date>2018-02-10T08:07:58Z</dc:date>
    <item>
      <title>How do i use association.ftl for custom values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64435#M21950</link>
      <description>We have a list of keywords say - mobile, order_status,other etc as shown below.This is how the field is displayed in the form now. This is a multi select list. The list keeps on growing and it becomes less&amp;nbsp; user friendly to select. I want this keywords to be displayed with a picker list(something li</description>
      <pubDate>Fri, 09 Feb 2018 17:49:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64435#M21950</guid>
      <dc:creator>udayakumar_p</dc:creator>
      <dc:date>2018-02-09T17:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use association.ftl for custom values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64436#M21951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about using a Category for that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use category.ftl control and maintain the values in Admin section.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2018 08:07:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64436#M21951</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-02-10T08:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use association.ftl for custom values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64437#M21952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In share config custom, you can have default path of a repository folder to be displayed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can achieve this by defining say a drop down folder in repository and add all the keyword items with a custom type. You can have content model define association with custom type.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know this is helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Feb 2018 08:11:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64437#M21952</guid>
      <dc:creator>ashwin_mor</dc:creator>
      <dc:date>2018-02-10T08:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use association.ftl for custom values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64438#M21953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried your suggestion by adding config as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;field id="common:keywords" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;control template="/org/alfresco/components/form/controls/category.ftl" &amp;gt;&lt;BR /&gt;&amp;nbsp; &amp;lt;control-param name="parentNodeRef"&amp;gt;workspace://SpacesStore/440e96e5-f6d6-45b0-8c3d-9a1ea99fb88d&amp;lt;/control-param&amp;gt;&lt;BR /&gt; &amp;lt;/control&amp;gt;&lt;BR /&gt; &amp;lt;/field&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This picks up the popup, starting with the custom category list&amp;nbsp;I added, however when creating the content, it sets the noderef value&amp;nbsp;as the value of&amp;nbsp;the keyword property(i.e. instead of setting the text value to the keyword, it sets something like &lt;SPAN&gt;workspace://SpacesStore/440e96e5-f6d6-45b0-8c3d-9a1ea99fb5e0)&lt;/SPAN&gt;. This violates because the property keywords has a constraint which allows only a set of values. The value should be set as comma separated list of keywords that we have defined.&lt;/P&gt;&lt;P&gt;How do i configure the form to set the value as comma separated list of keywords that we select instead of passing the noderef.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide more insight on how to configure the category.ftl to set value correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 20:52:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64438#M21953</guid>
      <dc:creator>udayakumar_p</dc:creator>
      <dc:date>2018-02-12T20:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use association.ftl for custom values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64439#M21954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to use type "d:category" for your "keywords" property in Content Model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 08:26:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64439#M21954</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-02-13T08:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use association.ftl for custom values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64440#M21955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same issue even after changing to d:category. Not sure if we need to perform full reindex of solr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 18:35:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64440#M21955</guid>
      <dc:creator>udayakumar_p</dc:creator>
      <dc:date>2018-02-13T18:35:51Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use association.ftl for custom values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64441#M21956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, re-indexation is required. And also value re-assignment, as category stores a node ref pointing the value but not the real value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 06:59:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64441#M21956</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2018-02-14T06:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: How do i use association.ftl for custom values</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64442#M21957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to do value re-assignment?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Feb 2018 16:31:24 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-do-i-use-association-ftl-for-custom-values/m-p/64442#M21957</guid>
      <dc:creator>udayakumar_p</dc:creator>
      <dc:date>2018-02-14T16:31:24Z</dc:date>
    </item>
  </channel>
</rss>

