<?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 get custom metadata from asset object in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251095#M204225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the change in the file specfied as below but I got value as &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;undefined&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;"application":"${node.properties.application!""}",&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;And I have gotten error message when I was trying to include the URI path to the custom metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be highly beneficial for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Nov 2010 14:38:25 GMT</pubDate>
    <dc:creator>ganmaku</dc:creator>
    <dc:date>2010-11-08T14:38:25Z</dc:date>
    <item>
      <title>How to get custom metadata from asset object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251093#M204223</link>
      <description>Hello Team,I am customizing the Alfresco Share edit page and hence working on "/webapps/share/js/documentlibrary-actions.js" file.As you know, asset object represents Alfresco content and we can get content's fileName, type etc thorugh it.But I want to get the custom metadata information from an ass</description>
      <pubDate>Mon, 08 Nov 2010 09:44:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251093#M204223</guid>
      <dc:creator>ganmaku</dc:creator>
      <dc:date>2010-11-08T09:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to get custom metadata from asset object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251094#M204224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You need to override alfresco/templates/webscripts/org/alfresco/slingshot/documentlibrary/item.lib.ftl within the Repository webapp (/alfresco) to return your custom metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 10:27:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251094#M204224</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-08T10:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get custom metadata from asset object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251095#M204225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Mike.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did the change in the file specfied as below but I got value as &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;undefined&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;"application":"${node.properties.application!""}",&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;And I have gotten error message when I was trying to include the URI path to the custom metadata.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be highly beneficial for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 14:38:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251095#M204225</guid>
      <dc:creator>ganmaku</dc:creator>
      <dc:date>2010-11-08T14:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to get custom metadata from asset object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251096#M204226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that won't work as only a few properties are exposed as public getters in ScriptNode.class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;node.properties["foo:bar"]&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember to convert to string (if appropriate) and add null handling for Freemarker.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Nov 2010 14:55:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-get-custom-metadata-from-asset-object/m-p/251096#M204226</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-08T14:55:31Z</dc:date>
    </item>
  </channel>
</rss>

