<?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: Getting group Info through  association in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193499#M146629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you ever tried "name" instead of "fullName" ?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;yes and the result is the id of the node&amp;nbsp; :cry:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2009 14:54:58 GMT</pubDate>
    <dc:creator>joksy</dc:creator>
    <dc:date>2009-04-20T14:54:58Z</dc:date>
    <item>
      <title>Getting group Info through  association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193497#M146627</link>
      <description>Hi guys, i m working on a dashlet, and i need to show some information about group through an association,&amp;lt;#if doc.assocs["xxx:Friends"]?exists&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;${doc.assocs["xxx:Friends"][0].properties.fullName}&amp;lt;/#if&amp;gt;‍‍‍‍‍I m try some possibility but all are undefined, so form doc.assoc[somethi</description>
      <pubDate>Mon, 20 Apr 2009 12:56:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193497#M146627</guid>
      <dc:creator>joksy</dc:creator>
      <dc:date>2009-04-20T12:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting group Info through  association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193498#M146628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you ever tried "name" instead of "fullName" ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 14:53:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193498#M146628</guid>
      <dc:creator>luxoliver</dc:creator>
      <dc:date>2009-04-20T14:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting group Info through  association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193499#M146629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you ever tried "name" instead of "fullName" ?&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;yes and the result is the id of the node&amp;nbsp; :cry:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 14:54:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193499#M146629</guid>
      <dc:creator>joksy</dc:creator>
      <dc:date>2009-04-20T14:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Getting group Info through  association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193500#M146630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In fact what did you really want to do ? I did not quite understand&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 15:19:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193500#M146630</guid>
      <dc:creator>luxoliver</dc:creator>
      <dc:date>2009-04-20T15:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting group Info through  association</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193501#M146631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;In fact what did you really want to do ? I did not quite understand&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Sorry guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I after the n'th caffe I found the solution and i break my head into the wall….&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This code here return an hash &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${doc.assocs["xxx:Firends"][0].properties}&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;So what is the way to get the value form an hash (i m really tired).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so at the end if i want the name of the group the solution is:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;${doc.assocs["xxx:Firends"][0].properties["usr:authorityName"]}&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;Sorry guys, and sorry Lux if u have try to follow my twisted mind &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best. &lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://connect.hyland.com/i/smilies/16x16_smiley-surprised.png" alt="Smiley Surprised" title="Smiley Surprised" /&gt;ops:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 15:36:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/getting-group-info-through-association/m-p/193501#M146631</guid>
      <dc:creator>joksy</dc:creator>
      <dc:date>2009-04-20T15:36:16Z</dc:date>
    </item>
  </channel>
</rss>

