<?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: How to create custom roles inherited from parent folder? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56428#M20456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the post and&amp;nbsp;I see that its final conclusión is that is not &lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;not possible&amp;nbsp;with configuration od permissions. I presume that the link explain a solution based on rules or behaviours.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wan't to use rules maybe you can implement a solution based on Behaviours (could try with onSetNodeType, onCreateNode or onUpdateNode). The develope could be more dificult but it save you the time of aplying the rules in the repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="http://docs.alfresco.com/6.0/references/dev-extension-points-behaviors.html" title="http://docs.alfresco.com/6.0/references/dev-extension-points-behaviors.html" rel="nofollow noopener noreferrer"&gt;Behaviors/Policies | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is no impact in handling permissions in contens instead of folders, apart from the tedious administration if you have to do it manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2019 20:51:41 GMT</pubDate>
    <dc:creator>roberto_gamiz</dc:creator>
    <dc:date>2019-03-19T20:51:41Z</dc:date>
    <item>
      <title>How to create custom roles inherited from parent folder?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56425#M20453</link>
      <description>Hi,I have a problem with creating custom roles in Alfresco. Currently I have two custom types of content:acme:documentTKacme:documentDSWhat I need to do is create custom Customer role for each type:CustomerTKCustomerDSUser with role CustomTK should have read access to acme:documentTK documents and n</description>
      <pubDate>Tue, 19 Mar 2019 14:48:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56425#M20453</guid>
      <dc:creator>mgralien</dc:creator>
      <dc:date>2019-03-19T14:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom roles inherited from parent folder?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56426#M20454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your best option is create a script that perform the role assignation and execute it in the folder using a rule in content creation or content update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script would use Javascript APIs to check the type of the new content and assing it the set of permissions you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 18:20:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56426#M20454</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2019-03-19T18:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom roles inherited from parent folder?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56427#M20455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know that it can be done using rules. But I wonder if it`s possible using permission definions without creating rules. Maybe someone tried that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it impact on repository if permissions are configured on every document instead of parent folder?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I`ve found a&amp;nbsp;thread about similar case: https://community.alfresco.com/thread/166670-customize-permissions-based-on-types Unfortunately a link with possible solution isn`t working. This thread shows a configuration with a Dummy role which was added in cm:cmobject, cm:content and cm:folder type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 18:50:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56427#M20455</guid>
      <dc:creator>mgralien</dc:creator>
      <dc:date>2019-03-19T18:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom roles inherited from parent folder?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56428#M20456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I read the post and&amp;nbsp;I see that its final conclusión is that is not &lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;not possible&amp;nbsp;with configuration od permissions. I presume that the link explain a solution based on rules or behaviours.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you wan't to use rules maybe you can implement a solution based on Behaviours (could try with onSetNodeType, onCreateNode or onUpdateNode). The develope could be more dificult but it save you the time of aplying the rules in the repository.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;&lt;A class="link-titled" href="http://docs.alfresco.com/6.0/references/dev-extension-points-behaviors.html" title="http://docs.alfresco.com/6.0/references/dev-extension-points-behaviors.html" rel="nofollow noopener noreferrer"&gt;Behaviors/Policies | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think there is no impact in handling permissions in contens instead of folders, apart from the tedious administration if you have to do it manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2019 20:51:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56428#M20456</guid>
      <dc:creator>roberto_gamiz</dc:creator>
      <dc:date>2019-03-19T20:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to create custom roles inherited from parent folder?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56429#M20457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the answer. I had hope that something has changed through last 10 years and someone found a solution. It looks like it should be done using rules / policies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Mar 2019 06:03:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-create-custom-roles-inherited-from-parent-folder/m-p/56429#M20457</guid>
      <dc:creator>mgralien</dc:creator>
      <dc:date>2019-03-20T06:03:22Z</dc:date>
    </item>
  </channel>
</rss>

