<?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: Multiple copies of document in Alfresco in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275698#M228828</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would really like to see this feature in Alfresco. It was a major flaw in Sharepoint that objects got copied instead of linked but that has finally been fixed in the latest version. Documentum have had this for years and it is a very powerful feature that makes it easier to maintain a consistent version tree and make search results look much better without loads of identical documents when searching through the repository.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Sep 2011 11:12:00 GMT</pubDate>
    <dc:creator>alexandra</dc:creator>
    <dc:date>2011-09-19T11:12:00Z</dc:date>
    <item>
      <title>Multiple copies of document in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275695#M228825</link>
      <description>I am currently running Alfresco Community Edition 3.4.c on an Ubuntu server.&amp;nbsp; I am currently planning to move my network shared folders content to the Alfresco repository and map it to my windows machines via CIFS.&amp;nbsp; I am also setting up Alfresco Share collaboration sites for project management for i</description>
      <pubDate>Tue, 22 Mar 2011 21:19:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275695#M228825</guid>
      <dc:creator>gdowrey</dc:creator>
      <dc:date>2011-03-22T21:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple copies of document in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275696#M228826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It sounds like you have some documents in the "Company Home" part of the repository that need to be shared by one or more Share sites. You'd like Share site users to be able to see those docs in the Share site document library without physically copying the document across the Share sites.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are a couple of ways to do this. First, if you log in to the Explorer client, you can do a copy on a document, then navigate to the document library folder for the Share site you want to have the link, switch from the "Navigator" view to the "Shelf" view, and do a paste link. Now, when you log in to Share and navigate to that Share site's document library, you'll see the link. Clicking on the link will take you to the details page for that document.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Obviously, if you want to do this for many Share sites you may need to explore writing some JavaScript to create the link in the appropriate document library folders.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The second approach requires heavier coding. The general idea is that a document can be in more than one folder at a time. So, you could add the document as a child to each of the Share site document library folders. The difference between this approach and the link approach outlined above is that from the UI, the document will appear to be like any other document. The fact that its primary parent is somewhere else won't be obvious. Something to watch out for is that permissions are inherited from the *primary* parent, not the secondary parent. So, even if the Share site user has full rights to the documents in their site, they be restricted in what they can do to the document based on how the permissions are set in its parent folder. This could lead to confusion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first approach is probably the one you should take if it meets your needs.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe at some point the Share client will have "paste link" functionality and you won't have to use Explorer. Or, you could write this yourself and contribute it.&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, 01 Apr 2011 14:17:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275696#M228826</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2011-04-01T14:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple copies of document in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275697#M228827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Maybe at some point the Share client will have "paste link" functionality and you won't have to use Explorer. Or, you could write this yourself and contribute it.&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt;Yes, sorry about that - it's on my list but keeps getting bumped down it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 15:13:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275697#M228827</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2011-04-01T15:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple copies of document in Alfresco</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275698#M228828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would really like to see this feature in Alfresco. It was a major flaw in Sharepoint that objects got copied instead of linked but that has finally been fixed in the latest version. Documentum have had this for years and it is a very powerful feature that makes it easier to maintain a consistent version tree and make search results look much better without loads of identical documents when searching through the repository.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Sep 2011 11:12:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/multiple-copies-of-document-in-alfresco/m-p/275698#M228828</guid>
      <dc:creator>alexandra</dc:creator>
      <dc:date>2011-09-19T11:12:00Z</dc:date>
    </item>
  </channel>
</rss>

