<?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: create space dynamically while uploading file in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240110#M193240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of writing Java action, I wrote JavaScript action and applied rule on update event. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So no need to compile java program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone tell me, In what scenario we have to write custom Java action that we can not do using JavaScript action?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nikesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jun 2009 07:02:07 GMT</pubDate>
    <dc:creator>nikes</dc:creator>
    <dc:date>2009-06-25T07:02:07Z</dc:date>
    <item>
      <title>create space dynamically while uploading file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240108#M193238</link>
      <description>Hello folks,How can I implement dynamic space creation while uploading a document?I want to store Loan Applicant's group of documents. First I upload Application form and I enter value in custom property "Application Number". Now I want to create folder with name of Application Number(which should b</description>
      <pubDate>Fri, 19 Jun 2009 09:22:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240108#M193238</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2009-06-19T09:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: create space dynamically while uploading file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240109#M193239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you have a requirement that sounds like, "Do this automatically when a document is added/updated/deleted," you should be thinking "rule action". To do what you are describing, I'd create a custom action that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Inspects the Application Number property&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Creates a new folder named using that property value (after checking to see if it already exists)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Moves the freshly-uploaded document into the new folder&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would then create a rule in the parent folder that triggers the action any time a new document was placed in the folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If applications can live in any folder in the repository, you might consider using a behavior bound to the application type instead of a rule action to avoid having to configure the rule all over the place, but if it is a handful of folders, stick with the rule action to keep it simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To learn more about creating custom actions, check out the free tutorial on creating custom actions at &lt;/SPAN&gt;&lt;A href="http://www.ecmarchitect.com/images/articles/alfresco-actions/actions-article.pdf" rel="nofollow noopener noreferrer"&gt;http://www.ecmarchitect.com/images/articles/alfresco-actions/actions-article.pdf&lt;/A&gt;&lt;SPAN&gt; or refer to Chapter 4 in the Alfresco Developer Guide book.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2009 18:46:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240109#M193239</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2009-06-19T18:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: create space dynamically while uploading file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240110#M193240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jeff,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Instead of writing Java action, I wrote JavaScript action and applied rule on update event. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So no need to compile java program.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone tell me, In what scenario we have to write custom Java action that we can not do using JavaScript action?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nikesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2009 07:02:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240110#M193240</guid>
      <dc:creator>nikes</dc:creator>
      <dc:date>2009-06-25T07:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: create space dynamically while uploading file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240111#M193241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The first criteria is going to be "can the XXX API do what I need to do". The JavaScript and Java APIs are not at the same level. Obviously, the Java API, appropriately called the "foundation API", can do anything. The JavaScript API is catching up. A good example is workflow. A lot has been done to enhance the JavaScript API around workflow but there are still things you may need to do that require Java.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 20:37:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240111#M193241</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2009-07-10T20:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: create space dynamically while uploading file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240112#M193242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hola&amp;nbsp; he creado un espacio desde java, pero no me permite agregar un elemento desde java &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;al archivo creado desde java alguien me podria ayudar &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 16:57:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240112#M193242</guid>
      <dc:creator>noesanchez68</dc:creator>
      <dc:date>2013-02-20T16:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: create space dynamically while uploading file</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240113#M193243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You really should use English if you expect people to help you &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2013 21:35:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-space-dynamically-while-uploading-file/m-p/240113#M193243</guid>
      <dc:creator>lista</dc:creator>
      <dc:date>2013-02-20T21:35:06Z</dc:date>
    </item>
  </channel>
</rss>

