<?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: Alternate Site location -- hierarchy or other in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301773#M254903</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;I am trying to do something similar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done a javascript to create my defined structure for companies. So, each new company to be created I set the script to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create an user for this company;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create a group for them;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- set the user in their group;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create a folder for this company;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- set permissions for this group on this folder;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that, I need to login as the created user and set the startLocation for it. The start location comes as "My Alfresco". &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to set this to "My home" for some users (not all of them) but they are many. So, I am trying to do this in my script also. But, it is not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to set the start location for some users? Is it possible by javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, I have tried these:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;…&lt;BR /&gt;&lt;BR /&gt;usuarios[0]=new Array("cliente1","CLIENTE 1","CLIENTE 1","cliente1@empresa.com.br","cliente1","CLIENTE 1","PROJETO 1 - PEDIDO 001");&lt;BR /&gt;&lt;BR /&gt;for (var i in usuarios)&lt;BR /&gt;{&lt;BR /&gt; username = usuarios&lt;EM&gt;[0];&lt;BR /&gt; firstname = usuarios&lt;EM&gt;[1];&lt;BR /&gt; lastname = usuarios&lt;EM&gt;[2];&lt;BR /&gt; email = usuarios&lt;EM&gt;[3];&lt;BR /&gt; passwd = usuarios&lt;EM&gt;[4];&lt;BR /&gt; nome_pastacliente = usuarios &lt;EM&gt;[5];&lt;BR /&gt; nome_projeto = usuarios &lt;EM&gt;[6];&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt; nome_grupocliente = "G_CLI_"+usuarios &lt;EM&gt;[5];&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt; people.createPerson(username, firstname, lastname, email, passwd, true);&lt;BR /&gt; var user = people.getPerson(username);&lt;BR /&gt;&lt;BR /&gt;…&lt;BR /&gt;//create group …&lt;BR /&gt;//set user in the group …&lt;BR /&gt;&lt;BR /&gt;//Set the start location&lt;BR /&gt;&lt;BR /&gt;(1) user.properties["cm:initial-location"]= "myalfresco";&lt;BR /&gt;(2) user.properties["cm:initial-location"]= "My Home";&lt;BR /&gt;(3) user.properties["cm:defaultHomeFolderPath"]= "My Home";&lt;BR /&gt;&lt;BR /&gt;user.save();&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&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;/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;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;/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;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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What Am I doing wrong? Is there a way to set StartLocation for different kind of users?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 22:25:00 GMT</pubDate>
    <dc:creator>valfontanette</dc:creator>
    <dc:date>2014-06-24T22:25:00Z</dc:date>
    <item>
      <title>Alternate Site location -- hierarchy or other</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301769#M254899</link>
      <description>Hi all,I'm working with an alfresco site for a University.&amp;nbsp; They've got their classes organized as LDAP groups (class is subject plus school year, term and section.&amp;nbsp; For a given subject there may be multiple classes in the same term, and they keep previous year's classes for history).They want to ha</description>
      <pubDate>Thu, 22 May 2014 00:20:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301769#M254899</guid>
      <dc:creator>bopolissimus</dc:creator>
      <dc:date>2014-05-22T00:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Site location -- hierarchy or other</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301770#M254900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I didn't set the alfresco version correctly there.&amp;nbsp; They are currently on Alfresco Community 4.2.c but will be upgrading to 4.2.f soon.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 00:21:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301770#M254900</guid>
      <dc:creator>bopolissimus</dc:creator>
      <dc:date>2014-05-22T00:21:18Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Site location -- hierarchy or other</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301771#M254901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Site Document library can have the folder structure as required for a site. It completely depends on your requirement how you want to go whether with a single site or multiple site etc. What exactly are you trying to implement?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 May 2014 06:14:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301771#M254901</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-05-22T06:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Site location -- hierarchy or other</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301772#M254902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi romschn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The question is about organizing Sites, not Documents within a site.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Consider the situation where I will have 1000 sites added per year.&amp;nbsp; In the first year, when someone goes to the Repository|Sites (I know, they're not supposed to do that and should use share and go to My Sites, but people will do it anyway), they'll wait quite a long time to get the directory listing in the left hand pane.&amp;nbsp; Or they'll scroll through many pages to get to the sites they're interested in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For this situation: is it possible (and how do I do it) to have Sites created somewhere else than just "Company Home &amp;gt; Sites".&amp;nbsp; If it's possible, I'd be able to organize the Sites by directory.&amp;nbsp; e.g., every year's Sites all together under a directory named for the year, or similar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I can organize Sites this way, it would be much easier to traverse to the site I want.&amp;nbsp; I'd go to the folder for the year of the site, and then I'd have a smaller set of Sites to look through.&amp;nbsp; Within the year I'd probably also organize the Sites by subject, so wouldn't need to look through 1000 sites, but instead select one of 100 subjects, and then I'd have 10 Sites to look through within that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Gerald&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 May 2014 21:48:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301772#M254902</guid>
      <dc:creator>bopolissimus</dc:creator>
      <dc:date>2014-05-26T21:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Alternate Site location -- hierarchy or other</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301773#M254903</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;I am trying to do something similar.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've done a javascript to create my defined structure for companies. So, each new company to be created I set the script to:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create an user for this company;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create a group for them;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- set the user in their group;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- create a folder for this company;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- set permissions for this group on this folder;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After that, I need to login as the created user and set the startLocation for it. The start location comes as "My Alfresco". &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to set this to "My home" for some users (not all of them) but they are many. So, I am trying to do this in my script also. But, it is not working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How to set the start location for some users? Is it possible by javascript?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So far, I have tried these:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;…&lt;BR /&gt;&lt;BR /&gt;usuarios[0]=new Array("cliente1","CLIENTE 1","CLIENTE 1","cliente1@empresa.com.br","cliente1","CLIENTE 1","PROJETO 1 - PEDIDO 001");&lt;BR /&gt;&lt;BR /&gt;for (var i in usuarios)&lt;BR /&gt;{&lt;BR /&gt; username = usuarios&lt;EM&gt;[0];&lt;BR /&gt; firstname = usuarios&lt;EM&gt;[1];&lt;BR /&gt; lastname = usuarios&lt;EM&gt;[2];&lt;BR /&gt; email = usuarios&lt;EM&gt;[3];&lt;BR /&gt; passwd = usuarios&lt;EM&gt;[4];&lt;BR /&gt; nome_pastacliente = usuarios &lt;EM&gt;[5];&lt;BR /&gt; nome_projeto = usuarios &lt;EM&gt;[6];&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt; nome_grupocliente = "G_CLI_"+usuarios &lt;EM&gt;[5];&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;BR /&gt; people.createPerson(username, firstname, lastname, email, passwd, true);&lt;BR /&gt; var user = people.getPerson(username);&lt;BR /&gt;&lt;BR /&gt;…&lt;BR /&gt;//create group …&lt;BR /&gt;//set user in the group …&lt;BR /&gt;&lt;BR /&gt;//Set the start location&lt;BR /&gt;&lt;BR /&gt;(1) user.properties["cm:initial-location"]= "myalfresco";&lt;BR /&gt;(2) user.properties["cm:initial-location"]= "My Home";&lt;BR /&gt;(3) user.properties["cm:defaultHomeFolderPath"]= "My Home";&lt;BR /&gt;&lt;BR /&gt;user.save();&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;&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;/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;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;/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;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;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/EM&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What Am I doing wrong? Is there a way to set StartLocation for different kind of users?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 22:25:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alternate-site-location-hierarchy-or-other/m-p/301773#M254903</guid>
      <dc:creator>valfontanette</dc:creator>
      <dc:date>2014-06-24T22:25:00Z</dc:date>
    </item>
  </channel>
</rss>

