<?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: Add 'special' properties in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173192#M126355</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did some aproach that is being polished… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco have the posiblity to execute JScript on some events, like 'onContentUpdate' or 'onCreateNode'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can check the document properties (ie: file extension) in the JScript and specialize the document if you like…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i don't have the reference that I used right now… but you can search for 'policyRegistration' that is the class that let you intercept those events…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 May 2008 19:42:22 GMT</pubDate>
    <dc:creator>saconni</dc:creator>
    <dc:date>2008-05-09T19:42:22Z</dc:date>
    <item>
      <title>Add 'special' properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173187#M126350</link>
      <description>Hello!I need to add some properties in my repository..I created a new content and aspects according to the following tuttorials:http://wiki.alfresco.com/wiki/Data_Dictionary_Guidehttp://wiki.alfresco.com/wiki/Displaying_Custom_Metadataand added some properties.. My difficulty is here..I want to add</description>
      <pubDate>Fri, 25 Apr 2008 22:55:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173187#M126350</guid>
      <dc:creator>maraki</dc:creator>
      <dc:date>2008-04-25T22:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'special' properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173188#M126351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What you are basically asking is ability to map the different mime types to content types.&amp;nbsp; I don't believe we have this capability at this point. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can achieve this effect through space rules, however.&amp;nbsp; There are conditions that allow you to pick out specific mime types, and an action that allows you to "downcast" a type - called "specialise the type of an item".&amp;nbsp; Then any time a pdf comes into a space, it will downcast it into the type you want with the extra properties.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yet another way to do this would be to create a content policy that monitors when you are adding a content of a certain mime type, and adds an aspect with the extra properties you'd like to add.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Apr 2008 22:12:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173188#M126351</guid>
      <dc:creator>jbarmash</dc:creator>
      <dc:date>2008-04-27T22:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'special' properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173189#M126352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you suggest me a tuttorial, an example, or something like this of how the above could be done?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 14:21:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173189#M126352</guid>
      <dc:creator>maraki</dc:creator>
      <dc:date>2008-04-29T14:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'special' properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173190#M126353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Play around with space rules.&amp;nbsp; When you create a space and go to properties of it, there is a section that allows you to create rules.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out the Tutorial included with all the installations - it's at Company Home \ Data Dictionary \ Guest Home.&amp;nbsp; page 17.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 16:14:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173190#M126353</guid>
      <dc:creator>jbarmash</dc:creator>
      <dc:date>2008-04-29T16:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'special' properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173191#M126354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your speedy response jbarmash!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It works&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Apr 2008 19:29:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173191#M126354</guid>
      <dc:creator>maraki</dc:creator>
      <dc:date>2008-04-29T19:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add 'special' properties</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173192#M126355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I did some aproach that is being polished… &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alfresco have the posiblity to execute JScript on some events, like 'onContentUpdate' or 'onCreateNode'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you can check the document properties (ie: file extension) in the JScript and specialize the document if you like…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;i don't have the reference that I used right now… but you can search for 'policyRegistration' that is the class that let you intercept those events…&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2008 19:42:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/add-special-properties/m-p/173192#M126355</guid>
      <dc:creator>saconni</dc:creator>
      <dc:date>2008-05-09T19:42:22Z</dc:date>
    </item>
  </channel>
</rss>

