<?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 node.properties and getElementById functions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/node-properties-and-getelementbyid-functions/m-p/263156#M216286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this is my first post in here;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We have acquired an Enterprise License of Alfresco, and we are allready working with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now we are trying to develop some API's for our purposes, like getting reports/statistics on Repo and uploaded documents..&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now: we have a script like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://drquyong.com/myblog/?p=5" rel="nofollow noopener noreferrer"&gt;http://drquyong.com/myblog/?p=5&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;that we're trying to modify;&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;this web script lists all documents in a folder,but we would like to display instead of Name/created/modified/description/body, some custom properties. And we're getting this error if we try to use {document.properties["my:myprop"]}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;What is the correct syntax of displaying a custom property in a FTL freemarker template file? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For example instead of&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;div id="desc_${node_index + 1}"&amp;gt;${node.properties.description}&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;i'ts possible to use something like:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td&amp;gt;&amp;lt;div id="desc_${node_index + 1}"&amp;gt;${node.properties.["custom:customproperty"]}&amp;lt;/div&amp;gt;&amp;lt;/td&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt;or something like that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 May 2011 11:18:53 GMT</pubDate>
    <dc:creator>alch3mi5t</dc:creator>
    <dc:date>2011-05-09T11:18:53Z</dc:date>
    <item>
      <title>node.properties and getElementById functions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-properties-and-getelementbyid-functions/m-p/263156#M216286</link>
      <description>Hi all,this is my first post in here;We have acquired an Enterprise License of Alfresco, and we are allready working with it.Now we are trying to develop some API's for our purposes, like getting reports/statistics on Repo and uploaded documents..Now: we have a script like thishttp://drquyong.com/my</description>
      <pubDate>Mon, 09 May 2011 11:18:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-properties-and-getelementbyid-functions/m-p/263156#M216286</guid>
      <dc:creator>alch3mi5t</dc:creator>
      <dc:date>2011-05-09T11:18:53Z</dc:date>
    </item>
    <item>
      <title>Re: node.properties and getElementById functions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-properties-and-getelementbyid-functions/m-p/263157#M216287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know this is almost one month old and you probably solved the issue but you should be able to use &lt;/SPAN&gt;&lt;STRONG&gt;${node.properties["custom:customproperty"]}&lt;/STRONG&gt;&lt;SPAN&gt; without the dot "." after properties.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adei&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2011 16:37:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-properties-and-getelementbyid-functions/m-p/263157#M216287</guid>
      <dc:creator>fstnboy</dc:creator>
      <dc:date>2011-06-01T16:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: node.properties and getElementById functions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/node-properties-and-getelementbyid-functions/m-p/263158#M216288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yeah, I already looked up for the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your post anyway.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Always helpful&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2011 12:28:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/node-properties-and-getelementbyid-functions/m-p/263158#M216288</guid>
      <dc:creator>alch3mi5t</dc:creator>
      <dc:date>2011-10-21T12:28:27Z</dc:date>
    </item>
  </channel>
</rss>

