<?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: Site to Site document workflow permissions in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/site-to-site-document-workflow-permissions/m-p/312459#M265589</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I understand your requirement correctly then following is what you are aiming to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All users will be uploading their content to a common folder named Bounce for example, once the content is uploaded it should be moved to appropriate site to which this content belongs. Once, the content from its appropriate site is validated then it should be moved back to the common folder again i.e. Bounce folder, so as the content would be then displayed to the user in the mobile client. Once the approved content is present in the common folder, it needs to be ensured that one user can not see another user's content. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this understanding is correct then, following could be one approach to achieve this as per my view - &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Give the contributor access to all the users to the common folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In your custom content type, there should be 3 properties such as - destinationSite (This would be the site to which content needs to be moved), status (This would be status of document i.e. approved/new), allowedUser (Name of the users who should be able to retrieve this document)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. There should be a business rule set up on the common folder that once a document gets uploaded to it having status as new then read the destinationSite property and move the document to the destination site. The logic inside the back-end action for this rule should be executed using the system user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Hoping that when the content is in the site, you will be using some workflow approval process to approve it. Once the content is approved, move the content to the common folder again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. In the retrieval mechanism (i am assuming you are using web script) to retrieve the approved content from the common folder for displaying in the mobile client, have a business logic to check the user who is invoking the request for the content is present in the allowedUser property for the content or not. If the requesting user is in the list then return the content otherwise do not provide content to the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This way, you should be able to achieve your requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Nov 2014 16:17:00 GMT</pubDate>
    <dc:creator>romschn</dc:creator>
    <dc:date>2014-11-15T16:17:00Z</dc:date>
    <item>
      <title>Site to Site document workflow permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/site-to-site-document-workflow-permissions/m-p/312458#M265588</link>
      <description>Hi,I have a requirement to implement a workflow whereby upon the submission of a document to a certain folder, lets call it Bounce, it is immediately moved to a folder in a different site that the creator of the content does not have permissions to.&amp;nbsp; The use-case of this is to have multiple users su</description>
      <pubDate>Fri, 14 Nov 2014 12:00:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/site-to-site-document-workflow-permissions/m-p/312458#M265588</guid>
      <dc:creator>edward_bishop</dc:creator>
      <dc:date>2014-11-14T12:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Site to Site document workflow permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/site-to-site-document-workflow-permissions/m-p/312459#M265589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If I understand your requirement correctly then following is what you are aiming to achieve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;All users will be uploading their content to a common folder named Bounce for example, once the content is uploaded it should be moved to appropriate site to which this content belongs. Once, the content from its appropriate site is validated then it should be moved back to the common folder again i.e. Bounce folder, so as the content would be then displayed to the user in the mobile client. Once the approved content is present in the common folder, it needs to be ensured that one user can not see another user's content. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this understanding is correct then, following could be one approach to achieve this as per my view - &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Give the contributor access to all the users to the common folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. In your custom content type, there should be 3 properties such as - destinationSite (This would be the site to which content needs to be moved), status (This would be status of document i.e. approved/new), allowedUser (Name of the users who should be able to retrieve this document)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. There should be a business rule set up on the common folder that once a document gets uploaded to it having status as new then read the destinationSite property and move the document to the destination site. The logic inside the back-end action for this rule should be executed using the system user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Hoping that when the content is in the site, you will be using some workflow approval process to approve it. Once the content is approved, move the content to the common folder again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. In the retrieval mechanism (i am assuming you are using web script) to retrieve the approved content from the common folder for displaying in the mobile client, have a business logic to check the user who is invoking the request for the content is present in the allowedUser property for the content or not. If the requesting user is in the list then return the content otherwise do not provide content to the user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This way, you should be able to achieve your requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Nov 2014 16:17:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/site-to-site-document-workflow-permissions/m-p/312459#M265589</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2014-11-15T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Site to Site document workflow permissions</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/site-to-site-document-workflow-permissions/m-p/312460#M265590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks for the suggestion Ramesh.&amp;nbsp; Your assumption was correct all up to the last point about moving the content back into the Bounce folder, this doesn't take place.&amp;nbsp; Once the user has submitted then the document is saved by the admin in a site that the user is not a member.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To avoid having to write a bunch of java to implement it manually, I have opted to give Contributer access for a folder in the Admin site of which they are not a member.&amp;nbsp; This still has the obvious drawback that users will have the ability to view the content in there, but as we prevent the users from using Share and only a mobile app it doesn't cause much of a problem.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Edward&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 12:49:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/site-to-site-document-workflow-permissions/m-p/312460#M265590</guid>
      <dc:creator>edward_bishop</dc:creator>
      <dc:date>2014-11-20T12:49:42Z</dc:date>
    </item>
  </channel>
</rss>

