<?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 Email notifications for Discussion posts in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/email-notifications-for-discussion-posts/m-p/176988#M130118</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since Share currently doesn't provide any out-of-the-box support for email notifications, I have been using Alfresco Explorer rules to generate email notifications (via javascript) when discussion posts are made, comments on documents are made, and documents are posted within Share.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This approach is not ideal, since a rule executing withing Alfresco Explorer doesn't have access to the state information of a Share site (nor can it use 3.0 Javascript API calls).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ideally, I should really be building notifications along the lines of the invite member feature. But I don't have the time (and right now the requisite knowledge) to write all the necessary code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That said, I'm wondering if there's a way to access the Share Discussion topic title from my Explorer rule.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem I'm having is that, when I look at a Share discussion space (i.e. a discussion started and updated within Share) in the Alfresco Explorer, the topic name is something along the lines of "post-2008-12-01_1442", whereas when viewed in Share, it has a real name (e.g. "My test topic").&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the Share topic title stored in a property/variable that is not accessible from the 2.x Javascript API (fm:topic and related properties don't give me the result I'm looking for).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In short, I want to be able to access the "My test topic" topic title from a javascript executed in a rule that runs in the Alfresco Explorer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that wasn't too convoluted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EB&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jan 2009 19:59:04 GMT</pubDate>
    <dc:creator>nuandaeb</dc:creator>
    <dc:date>2009-01-09T19:59:04Z</dc:date>
    <item>
      <title>Email notifications for Discussion posts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-notifications-for-discussion-posts/m-p/176988#M130118</link>
      <description>Since Share currently doesn't provide any out-of-the-box support for email notifications, I have been using Alfresco Explorer rules to generate email notifications (via javascript) when discussion posts are made, comments on documents are made, and documents are posted within Share.This approach is</description>
      <pubDate>Fri, 09 Jan 2009 19:59:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-notifications-for-discussion-posts/m-p/176988#M130118</guid>
      <dc:creator>nuandaeb</dc:creator>
      <dc:date>2009-01-09T19:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: Email notifications for Discussion posts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-notifications-for-discussion-posts/m-p/176989#M130119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The property you require is on the child node of Topic. You have the topic node in your hand, and the topic has at least one "fm&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;ost" type child nodes. So if you use the JS api to get the children of the Topic, and then get the "cm:title" property of each that will give you the post titles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A great way to learn about the structure of our objects is to use the Node Browser in the Admin Console of the JSF client. (as admin user only!) Simply browse into the SpaceStore store and down into Company Home-&amp;gt;Sites - all the new Share sites are in that folder - then you can browse into the sites themselves and look at the structure of discussions/doclibrary/wiki etc.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kevin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2009 09:37:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-notifications-for-discussion-posts/m-p/176989#M130119</guid>
      <dc:creator>kevinr</dc:creator>
      <dc:date>2009-01-14T09:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Email notifications for Discussion posts</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/email-notifications-for-discussion-posts/m-p/176990#M130120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Would you be prepared to share your javascript rules?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Email notifications for document changes in share is something i've been looking at implementing. Sounds like you've already got there…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;James&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2009 15:08:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/email-notifications-for-discussion-posts/m-p/176990#M130120</guid>
      <dc:creator>jcobb</dc:creator>
      <dc:date>2009-02-27T15:08:29Z</dc:date>
    </item>
  </channel>
</rss>

