<?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 a folder structure automatically in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106737#M74697</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can I use a space template to create a new space in Javascript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2007 18:32:30 GMT</pubDate>
    <dc:creator>slothrop</dc:creator>
    <dc:date>2007-10-31T18:32:30Z</dc:date>
    <item>
      <title>Create a folder structure automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106735#M74695</link>
      <description>Hello,I need to create a space (folder) structure automatically. The use case behind this is when a user needs to add documents for a new client, he first create a complete folder structure before uploading documents into that structure.What is the best way to do that? A change to the folder structu</description>
      <pubDate>Wed, 22 Aug 2007 09:28:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106735#M74695</guid>
      <dc:creator>fguillaume</dc:creator>
      <dc:date>2007-08-22T09:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create a folder structure automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106736#M74696</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;Yes this is possible - log in as admin and create the structure under:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Company Home/Data Dictionary/Space Templates&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then in the Advanced Space Wizard choose your template and the folder structure will be cloned for the new space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2007 09:50:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106736#M74696</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-08-22T09:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create a folder structure automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106737#M74697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can I use a space template to create a new space in Javascript?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 18:32:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106737#M74697</guid>
      <dc:creator>slothrop</dc:creator>
      <dc:date>2007-10-31T18:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Create a folder structure automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106738#M74698</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;Yes you can - you can see an example of this in the Office Webscript, docActions.get.js:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;…&lt;BR /&gt;nodeTemplate = search.findNode("workspace://SpacesStore/" + templateId);&lt;BR /&gt;nodeNew = nodeTemplate.copy(nodeParent, true);&lt;BR /&gt;nodeNew.name = spaceName;&lt;BR /&gt;…etc.&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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&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;where templateId is the nodeId of the template you want to copy from and nodeParent is the space into which you want to create the new space.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 09:30:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106738#M74698</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2007-11-01T09:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: Create a folder structure automatically</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106739#M74699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Mike.&amp;nbsp; That's exactly what I need.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Nov 2007 21:52:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-a-folder-structure-automatically/m-p/106739#M74699</guid>
      <dc:creator>slothrop</dc:creator>
      <dc:date>2007-11-01T21:52:27Z</dc:date>
    </item>
  </channel>
</rss>

