<?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 best implement Metadata for Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310686#M263816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do all these things with Alfresco, below some details:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- want to easily assign values to documents (sometimes using rules if possible)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can define your own content model for using specific content types and you also can define aspects for defining groups of properties and associations that you can attach on contents.&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.alfresco.com/5.1/concepts/content-modeling-about.html" title="http://docs.alfresco.com/5.1/concepts/content-modeling-about.html" rel="nofollow noopener noreferrer"&gt;Content modeling | Alfresco Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- I want these values to be pulled from lists, that admin users (non-technical but higher permissions) are able to edit and change&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Ok for this requirement you have to implement a custom constraint in Java that allows you to get all the values as nodes or properties value in a specific tree inside the repository. You can use the NodeService or the SearchService for getting contents in the repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- these values are hierarchical&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The unique way for having an hierarchical approach is using categories for that specific fields or you can implement you own selection field logic for the presentation tier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- I want to be able to filter the document library by these values (and if you filter by a top hierarchy, all inner valued files are shown)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Again you can use categories or a customized field that manage your own value policy that is aligned with tags or again categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- I want to be able to search the entire system for these values&lt;/P&gt;&lt;P&gt;- When I perform a search, I want faceted results for these fields&lt;/P&gt;&lt;P&gt;- there are 5-8 distinctly different fields that have this same type of information&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is just a configuration when you have implemented all the previous point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Oct 2016 11:24:41 GMT</pubDate>
    <dc:creator>openpj</dc:creator>
    <dc:date>2016-10-05T11:24:41Z</dc:date>
    <item>
      <title>How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310685#M263815</link>
      <description>I am a developer who is trying to implement an alfresco community edition.&amp;nbsp; I am very new to alfresco, but am trying to figure out how to implement a complicated metadata structure for a document library.&amp;nbsp; I want to be able to assign values to documents which can then be used for the search.&amp;nbsp; I have</description>
      <pubDate>Tue, 04 Oct 2016 19:26:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310685#M263815</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-10-04T19:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310686#M263816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tyler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can do all these things with Alfresco, below some details:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- want to easily assign values to documents (sometimes using rules if possible)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can define your own content model for using specific content types and you also can define aspects for defining groups of properties and associations that you can attach on contents.&lt;/P&gt;&lt;P&gt;&lt;A href="http://docs.alfresco.com/5.1/concepts/content-modeling-about.html" title="http://docs.alfresco.com/5.1/concepts/content-modeling-about.html" rel="nofollow noopener noreferrer"&gt;Content modeling | Alfresco Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- I want these values to be pulled from lists, that admin users (non-technical but higher permissions) are able to edit and change&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Ok for this requirement you have to implement a custom constraint in Java that allows you to get all the values as nodes or properties value in a specific tree inside the repository. You can use the NodeService or the SearchService for getting contents in the repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- these values are hierarchical&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The unique way for having an hierarchical approach is using categories for that specific fields or you can implement you own selection field logic for the presentation tier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- I want to be able to filter the document library by these values (and if you filter by a top hierarchy, all inner valued files are shown)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Again you can use categories or a customized field that manage your own value policy that is aligned with tags or again categories.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;- I want to be able to search the entire system for these values&lt;/P&gt;&lt;P&gt;- When I perform a search, I want faceted results for these fields&lt;/P&gt;&lt;P&gt;- there are 5-8 distinctly different fields that have this same type of information&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This is just a configuration when you have implemented all the previous point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 11:24:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310686#M263816</guid>
      <dc:creator>openpj</dc:creator>
      <dc:date>2016-10-05T11:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310687#M263817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the response, its a lot what I have been seeing out there, but I still cant seem to understand how it will work, so I have a few questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;- I want these values to be pulled from lists, that admin users (non-technical but higher permissions) are able to edit and change&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Ok for this requirement you have to implement a custom constraint in Java that allows you to get all the values as nodes or properties value in a specific tree inside the repository. You can use the NodeService or the SearchService for getting contents in the repository.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;If I go the route of using categories, then alfresco I could just leverage the category manager for this, which is win-win.&amp;nbsp; A question I would have though, is there any way to get rid of the Category Root thing?&amp;nbsp; or would I have to look into how to do that in certain pages, cause Its kinda annoying.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;- these values are hierarchical&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The unique way for having an hierarchical approach is using categories for that specific fields or you can implement you own selection field logic for the presentation tier.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;P&gt;- I want to be able to filter the document library by these values (and if you filter by a top hierarchy, all inner valued files are shown)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Again you can use categories or a customized field that manage your own value policy that is aligned with tags or again categories.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I would love to use categories, as they seem to offer a lot of what I want, but I noticed a few things about them that I didnt understand.&amp;nbsp; First in the search, I was unable to get the search service to index the category field, or atleast to get categories to show up as facets in the search without an custom.&amp;nbsp; Maybe this is easy to do, do you know if this is possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, even though categories are hierarchies, it seems in the document library library filtering, if I choose A which has sub cat B and C, I only get documents that are specifically category A, not B and C, which I would want also?&amp;nbsp; Any idea if this is just a setting I am missing or something more complicated&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 13:54:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310687#M263817</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-10-05T13:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310688#M263818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Tiler&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My tip to you for the item below&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P style="font-size: 14px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif; color: #727174;"&gt;- I want these values to be pulled from lists, that admin users (non-technical but higher permissions) are able to edit and change these values are hierarchical&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;For this, you can use my addon available here: &lt;A href="https://github.com/douglascrp/alfresco-value-assistance" title="https://github.com/douglascrp/alfresco-value-assistance" rel="nofollow noopener noreferrer"&gt;GitHub - douglascrp/alfresco-value-assistance: Configurable value assistance module for Alfresco Share that allows pickl…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Oct 2016 22:40:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310688#M263818</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-12T22:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310689#M263819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looks like exactly what I want, but when I download it and run the run.bat script, I get the following error.&amp;nbsp; Do you know if the amps are anywhere to be downloaded? or do I have to build it myself?&amp;nbsp; if so, how can I get past this error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;[INFO] Scanning for projects...&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Downloading: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://repo.maven.apache.org/maven2/org/alfresco/maven/alfresco-sd" rel="nofollow noopener noreferrer" target="_blank"&gt;https://repo.maven.apache.org/maven2/org/alfresco/maven/alfresco-sd&lt;/A&gt;&lt;/P&gt;&lt;P&gt;k-parent/2.1.1/alfresco-sdk-parent-2.1.1.pom&lt;/P&gt;&lt;P&gt;[ERROR] [ERROR] Some problems were encountered while processing the POMs:&lt;/P&gt;&lt;P&gt;[FATAL] Non-resolvable parent POM for org.orderofthebee:alfresco-value-assistanc&lt;/P&gt;&lt;P&gt;e-repo-parent:1.0: Could not transfer artifact org.alfresco.maven:alfresco-sdk-p&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;arent&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;om:2.1.1 from/to central (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://repo.maven.apache.org/maven2):" rel="nofollow noopener noreferrer" target="_blank"&gt;https://repo.maven.apache.org/maven2):&lt;/A&gt;&lt;SPAN&gt; sun.secu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;rity.validator.ValidatorException: PKIX path building failed: sun.security.provi&lt;/P&gt;&lt;P&gt;der.certpath.SunCertPathBuilderException: unable to find valid certification pat&lt;/P&gt;&lt;P&gt;h to requested target and 'parent.relativePath' points at wrong local POM @ line&lt;/P&gt;&lt;P&gt; 12, column 13&lt;/P&gt;&lt;P&gt; @&lt;/P&gt;&lt;P&gt;[ERROR] The build could not read 1 project -&amp;gt; [Help 1]&lt;/P&gt;&lt;P&gt;[ERROR]&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&amp;nbsp; The project org.orderofthebee:alfresco-value-assistance-repo-parent:1.&lt;/P&gt;&lt;P&gt;0 (C:\Users\tlovejoy\Desktop\alfresco-value-assistance-1.0\alfresco-value-assist&lt;/P&gt;&lt;P&gt;ance-1.0\alfresco-value-assistance-repo\pom.xml) has 1 error&lt;/P&gt;&lt;P&gt;[ERROR]&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Non-resolvable parent POM for org.orderofthebee:alfresco-value-assis&lt;/P&gt;&lt;P&gt;tance-repo-parent:1.0: Could not transfer artifact org.alfresco.maven:alfresco-s&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;dk-parent&lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://connect.hyland.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;om:2.1.1 from/to central (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://repo.maven.apache.org/maven2):" rel="nofollow noopener noreferrer" target="_blank"&gt;https://repo.maven.apache.org/maven2):&lt;/A&gt;&lt;SPAN&gt; sun.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;security.validator.ValidatorException: PKIX path building failed: sun.security.p&lt;/P&gt;&lt;P&gt;rovider.certpath.SunCertPathBuilderException: unable to find valid certification&lt;/P&gt;&lt;P&gt; path to requested target and 'parent.relativePath' points at wrong local POM @&lt;/P&gt;&lt;P&gt;line 12, column 13 -&amp;gt; [Help 2]&lt;/P&gt;&lt;P&gt;[ERROR]&lt;/P&gt;&lt;P&gt;[ERROR] To see the full stack trace of the errors, re-run Maven with the -e swit&lt;/P&gt;&lt;P&gt;ch.&lt;/P&gt;&lt;P&gt;[ERROR] Re-run Maven using the -X switch to enable full debug logging.&lt;/P&gt;&lt;P&gt;[ERROR]&lt;/P&gt;&lt;P&gt;[ERROR] For more information about the errors and possible solutions, please rea&lt;/P&gt;&lt;P&gt;d the following articles:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[ERROR] [Help 1] &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin" rel="nofollow noopener noreferrer" target="_blank"&gt;http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildin&lt;/A&gt;&lt;/P&gt;&lt;P&gt;gException&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[ERROR] [Help 2] &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo" rel="nofollow noopener noreferrer" target="_blank"&gt;http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableMo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;delException&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Oct 2016 19:55:54 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310689#M263819</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-10-13T19:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310690#M263820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please give more details on how you tried to package the project?&lt;/P&gt;&lt;P&gt;Post here the folder structure you have when you download the sources, and in which folder you were when you tried to run maven.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:42:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310690#M263820</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-14T14:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310691#M263821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I downloaded the zip for git, and then I just ran the run.bat in the repo directory to create the amp file to test it out to see if it would meet my needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;trying to read through the pom files now to see whats going on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Folder Structure is just like zip&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Root&lt;/P&gt;&lt;P&gt;-&amp;gt;alfresco-value-assistance-repo&lt;/P&gt;&lt;P&gt;-&amp;gt;-&amp;gt;run.bat&lt;/P&gt;&lt;P&gt;-&amp;gt;alfresco-value-assistance-share&lt;/P&gt;&lt;P&gt;-&amp;gt;-&amp;gt;run.bat&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:47:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310691#M263821</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-10-14T14:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310692#M263822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bat, so I guess you are on Windows.&lt;/P&gt;&lt;P&gt;The thing is, I never tried to execute a sdk project on Windows.&lt;/P&gt;&lt;P&gt;Can you try another approach, which is to simply build the addon and get the amps to install on your server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside of each of the folders, alfresco-value-assistance-repo and alfresco-value-assistance-share, execute&lt;/P&gt;&lt;P&gt;mvn clean install&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know how it goes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:16:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310692#M263822</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-14T17:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310693#M263823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thats how I got that error I pasted in here, I tried the run first and then that one...&lt;/P&gt;&lt;P&gt;Can you just put the amps in there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe there error has to do with the fact that the pom files are pointing to some parent project that doesn't seem to exist in the git&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 17:49:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310693#M263823</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-10-14T17:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310694#M263824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok &lt;B&gt;Tyler Lovejoy&lt;/B&gt;​, there you have it &lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/douglascrp/alfresco-value-assistance/releases/tag/1.0" title="https://github.com/douglascrp/alfresco-value-assistance/releases/tag/1.0" rel="nofollow noopener noreferrer"&gt;Release 1.0 · douglascrp/alfresco-value-assistance · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Oct 2016 18:01:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310694#M263824</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-14T18:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310695#M263825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get the amps installed, but now I am trying to set up the addon for my document library.&amp;nbsp; I see the readme on the git site has some stuff about putting into the share-config-custom but when I do that, it doesn't work, I do not see the field available on the site.&amp;nbsp; Do you have anymore information on how to set up the document library with these field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, Is it easy to make these fields searchable?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 14:10:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310695#M263825</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-10-26T14:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310696#M263826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a custom content model with a custom attribute you want to provide the list of options?&lt;/P&gt;&lt;P&gt;You should have something like a custom document type for Contract, and a custom attribute like, Status.&lt;/P&gt;&lt;P&gt;With that sample, you would have to configure the attribute Status to show the values from the datalist you created, like, Contract Situations.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 14:42:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310696#M263826</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-26T14:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310697#M263827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am starting with a fresh alfresco to test if this will work for my data.&amp;nbsp; I am using a list of States and Cities.&amp;nbsp; I created the Lists in the data Lists section with some data.&amp;nbsp; The States as Level 1 and the Cities as Level 2.&amp;nbsp; Now that I have that, how do I add that to the document library?&amp;nbsp; Preferably in the data properties.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I created a Model, but I am unable to add these fields to that model, I am assuming there is no interface for this and I have to do via an xml file, but its not obvious how to do that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 14:55:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310697#M263827</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-10-26T14:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310698#M263828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to create a custom type with the two new attributes, and then, for each for them, you have to include the configuration as described at the project's page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All you have to do is to configure Share in order to show your custom type with the custom control for the new attributes.&lt;/P&gt;&lt;P&gt;I'm providing a link to a tutorial where you can see how Share forms are configured for custom types &lt;A href="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-forms-for-custom-properties" title="http://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html#configuring-forms-for-custom-properties" rel="nofollow noopener noreferrer"&gt;Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope that helps you to understand the process.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 16:24:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310698#M263828</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-26T16:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310699#M263829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand that process, but after I create the types, then I try to go into the xml and make them your types, thats where I am getting hung up.&amp;nbsp; Everytime I try to change the xml, it doesn't work.&amp;nbsp; It seems as though the information on the front page or in the readme is only part of the solution, so I was wondering if you could include a full example of the xml needed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 17:56:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310699#M263829</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-10-26T17:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310700#M263830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have a full config file distributed inside the project as a sample.&lt;/P&gt;&lt;P&gt;Please, check this out &lt;A href="https://github.com/douglascrp/alfresco-value-assistance/blob/master/alfresco-value-assistance-share/alfresco-value-assistance-share/src/main/resources/META-INF/share-config-custom.xml" title="https://github.com/douglascrp/alfresco-value-assistance/blob/master/alfresco-value-assistance-share/alfresco-value-assistance-share/src/main/resources/META-INF/share-config-custom.xml" rel="nofollow noopener noreferrer"&gt;alfresco-value-assistance/share-config-custom.xml at master · douglascrp/alfresco-value-assistance · GitHub&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2016 18:10:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310700#M263830</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-10-26T18:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310701#M263831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So I am still trying to get this to work, when I install it with your amps, it creates some demo fields which I cannot get to work. &amp;nbsp;It also doesn't make any changes to the share custom config file. &amp;nbsp;Is this supposed to work? or are these just placeholders? &amp;nbsp;I do not see the models when I go to model manager, however the aspects are there. &amp;nbsp;But if I add those aspects to a file, it throws a big error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the share-config-custom.xml.sample that is included in your project does not have any alfresco-value-assistance related information in it as far as I can tell. &amp;nbsp;If I am wrong, can you point to which lines or set of lines? &amp;nbsp;I do not see anything. &amp;nbsp;There is a share-config-custom in the META-INF folder, but that xml file never makes it into my alfresco. &amp;nbsp;Should it be in there? &amp;nbsp;If so, where? &amp;nbsp;After searching thru the logs, this is the error I am getting:&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;Caused by: freemarker.core.InvalidReferenceException: The following has evaluated to null or missing:&lt;BR /&gt;==&amp;gt; field.control.params['level'] [in template "form-controls/dynamic-dropdown.ftl" at line 58, column 34]&lt;/P&gt;&lt;P&gt;Tip: If the failing expression is known to be legally null/missing, either specify a default value with myOptionalVar!myDefault, or use &amp;lt;#if myOptionalVar??&amp;gt;when-present&amp;lt;#else&amp;gt;when-missing&amp;lt;/#if&amp;gt;. (These only cover the last step of the expression; to cover the whole expression, use parenthessis: (myOptionVar.foo)!myDefault, (myOptionVar.foo)??&lt;/P&gt;&lt;P&gt;The failing instruction (print stack trace for 14 more):&lt;BR /&gt;==&amp;gt; ${field.control.params["level"]} [in template "form-controls/dynamic-dropdown.ftl" at line 58, column 32]&lt;BR /&gt; at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:98)&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Not sure if you have any ideas... Please let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2016 20:53:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310701#M263831</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-12-13T20:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310702#M263832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So after messing a round a bunch I was able to get this to work, quick question though, does this allow multiselect of any kind? &amp;nbsp;or just the drop down boxes? &amp;nbsp;I see a dynamic-selectmany file, but I cannot tell how to turn that on. &amp;nbsp;Let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 16:08:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310702#M263832</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-12-19T16:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310703#M263833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using this project without problems here.&lt;/P&gt;&lt;P&gt;Could you share your full project somewhere?&lt;/P&gt;&lt;P&gt;I cannot help you by looking at the error logs you are sharing. I need more information to make sure I understand the problems you are facing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 00:51:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310703#M263833</guid>
      <dc:creator>douglascrp</dc:creator>
      <dc:date>2016-12-20T00:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to best implement Metadata for Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310704#M263834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved that problem, with the first example (colors), you do not list what level you want to go down in the config, which throws that error. &amp;nbsp;I put level 1 and it worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Dec 2016 14:57:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-best-implement-metadata-for-alfresco/m-p/310704#M263834</guid>
      <dc:creator>tyler_lovejoy</dc:creator>
      <dc:date>2016-12-20T14:57:18Z</dc:date>
    </item>
  </channel>
</rss>

