<?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 Defining new roles in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69589#M44784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to define some new roles in Alfresco, so I headed to &lt;/SPAN&gt;&lt;STRONG&gt;permissionDefinitions.xml&lt;/STRONG&gt;&lt;SPAN&gt; in &lt;/SPAN&gt;&lt;STRONG&gt;model&lt;/STRONG&gt;&lt;SPAN&gt; folder and added a new role (since I think this file can't be extended with a &lt;/SPAN&gt;&lt;EM&gt;permissionDefinitions-custom.xml&lt;/EM&gt;&lt;SPAN&gt; placed at &lt;/SPAN&gt;&lt;EM&gt;extension&lt;/EM&gt;&lt;SPAN&gt; folder) called "Deleter", just this way:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;permissionSet type="cm:cmobject" expose="selected"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; […]&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissionGroup name="Deleter" allowFullControl="false" expose="true" &amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;includePermissionGroup permissionGroup="Read" type="sys:base" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;includePermissionGroup permissionGroup="Delete" type="sys:base" /&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/permissionGroup&amp;gt;&lt;BR /&gt;&amp;lt;/permissionSet&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&amp;lt;permissionSet type="cm:content" expose="selected"&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissionGroup name="Coordinator" extends="true" expose="true"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissionGroup name="Collaborator" extends="true" expose="true"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissionGroup name="Contributor" extends="true" expose="true"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissionGroup name="Editor" extends="true" expose="true"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissionGroup name="Consumer" extends="true" expose="true"/&amp;gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;permissionGroup name="Deleter" extends="true" expose="true"&amp;gt;&lt;BR /&gt;&amp;lt;/permissionSet&amp;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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;After re-starting the server, I've tried to invite a user to other user's space and give him the "Deleter" role…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the "Invite Users Wizard" I see the role name between this characters '$$'; that is to say, I see: $$Deleter$$&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And I can't assign this role to any user (click on 'Add to list' leads to no action)&amp;nbsp; :? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I've done wrong?? How can I add new roles to Alfresco's model??&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What does "exposed" supposed to mean?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've another question that might be some kind of stupid, but I would like to get it right… Roles are just sets of permissions that cannot be used as authorities, right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I want to grant access to a folder to all users that are defined as 'Contributors', I should create a group containing all those users who have this role and grant access to that group, shouldn't I?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be very much appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enrique&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PD: sorry for my bad English&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2007 19:00:03 GMT</pubDate>
    <dc:creator>doblek</dc:creator>
    <dc:date>2007-01-30T19:00:03Z</dc:date>
    <item>
      <title>Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69589#M44784</link>
      <description>Hi all,I'm trying to define some new roles in Alfresco, so I headed to permissionDefinitions.xml in model folder and added a new role (since I think this file can't be extended with a permissionDefinitions-custom.xml placed at extension folder) called "Deleter", just this way:&amp;lt;permissionSet type=</description>
      <pubDate>Tue, 30 Jan 2007 19:00:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69589#M44784</guid>
      <dc:creator>doblek</dc:creator>
      <dc:date>2007-01-30T19:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69590#M44785</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;$$Deleter$$ means there is no I18n key in the messages file to dsiplay something better&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can not extend the permissions model but you can redefine where it is loaded from (ses public-services-security-context.xml).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your changes look OK. Is there any UI error?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Exposed means the permission will be shown in the UI.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your understanding of groups and permissions/roles is correct.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;A group is an authority to which you can assign Contributor as a role/group of permissions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Andy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 12:22:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69590#M44785</guid>
      <dc:creator>andy</dc:creator>
      <dc:date>2007-06-11T12:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69591#M44786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Andy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and thanks for your response &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You gave me some insight in the matter =D&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As far as I can remember, (I gave up creating new roles a time ago) I could not assign the new role to any user through the web client… maybe I should have defined the internationalization key for those new roles, and it could have worked…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyway &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enrique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 14:35:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69591#M44786</guid>
      <dc:creator>doblek</dc:creator>
      <dc:date>2007-06-11T14:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69592#M44787</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 d like to continue where you stopped doblek, and thus create a role with custom permissions so I d like to know one thing:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What does internationalization key stand for? What is it? Where must I create it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks anyways for the beginning of the process (modifying the permissionDefinitions.xml )&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards seraphon&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;edit:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried the code doblek give in the beginning and it works to a certain extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do have deleter that appears between $ in the list of roles but I can asign it to people and they indeed can only read or delete in the space where they are deleting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do get the following message in the tomcat window:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;14:36:37,953 WARN&amp;nbsp; [org.alfresco.web.app.ResourceBundleWrapper] Failed to find I18N message string key: Deleter&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 07:01:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69592#M44787</guid>
      <dc:creator>seraphon</dc:creator>
      <dc:date>2007-06-13T07:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69593#M44788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi seraphon,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think my English is not good enough to explain which is the i18n key… so try to read &lt;/SPAN&gt;&lt;A href="http://java.sun.com/j2se/1.5.0/docs/api/java/util/ResourceBundle.html" rel="nofollow noopener noreferrer"&gt;this&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyway, I think I'm going to give myself a try… &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In order to make the code transparent to the language you're viewing the webapp, you can define a hashtable for each language where some string is identified by a key. The key is the same in each hashtable, but the value is the appropiate translation to each language.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So you write your code using the key, and then, this key is replaced by the proper value based on the preferred locale (which is pointed by the browser). Based on this locale, the code knows what hashtable it should use. In java, these hashtables can be defined as '.properties' files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;a.properties: contains the default values (if there is no file for the locale specified by the browser, this file is the one chosen)&lt;BR /&gt;a_en.properties: translation for English&lt;BR /&gt;a_es.properties: translation for Spanish&lt;BR /&gt;a_it.properties: translation for Italian&lt;BR /&gt;…&lt;BR /&gt;and so on…&lt;/UL&gt;&lt;SPAN&gt;The problem there seems to be that the web client can't find the key for 'Deleter' role (even in the default properties file), so it displays the info the best way it can…&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can see the keys the web client uses for roles in the file &lt;/SPAN&gt;&lt;STRONG&gt;'webclient.properties'&lt;/STRONG&gt;&lt;SPAN&gt; (which can be found at '&lt;/SPAN&gt;&lt;STRONG&gt;$tomcat_home/webapps/alfresco/WEB-INF/classes/messages/&lt;/STRONG&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;….&lt;BR /&gt;# Repo permission display labels&lt;BR /&gt;# Note - these come from the server, the english translation is generally the same&lt;BR /&gt;Administrator=Administrator&lt;BR /&gt;Consumer=Consumer&lt;BR /&gt;Read=Consumer&lt;BR /&gt;Coordinator=Coordinator&lt;BR /&gt;Collaborator=Collaborator&lt;BR /&gt;Contributor=Contributor&lt;BR /&gt;Editor=Editor&lt;BR /&gt;All=All&lt;BR /&gt;ContentManager=Content Manager&lt;BR /&gt;ContentPublisher=Content Publisher&lt;BR /&gt;ContentContributor=Content Contributor&lt;BR /&gt;ContentReviewer=Content Reviewer&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Try to add a new key &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;Deleter=Deleter&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;SPAN&gt; and look if it works…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't check it, but hope that helps…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Enrique&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 09:33:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69593#M44788</guid>
      <dc:creator>doblek</dc:creator>
      <dc:date>2007-06-13T09:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69594#M44789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;doblek, not only it helps, but it works too.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can now do simple new custom roles.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I ll now try to do something trickier, which is creating a user that can only interact with workflow which means a user who can only approve or disapprove without the right of editing, creating or deleting any documents, and with no need of ownership. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In fact the user can only click on the detail button and the approval ,or denial if there is, button.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I do know it will be very hard if not impossible to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;First thing first I ll have to understand where the workflow is defined and how is described/implemented the green(red) button of approval (denial) of workflow.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyways thank you for your help doblek&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;seraphon&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2007 10:01:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69594#M44789</guid>
      <dc:creator>seraphon</dc:creator>
      <dc:date>2007-06-13T10:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69595#M44790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Super topic doblek.&amp;nbsp; &lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://connect.hyland.com/i/smilies/16x16_smiley-very-happy.png" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Being a new user, this thread is a tutorial in itself. Thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 11:50:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69595#M44790</guid>
      <dc:creator>itsmanish</dc:creator>
      <dc:date>2007-06-19T11:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69596#M44791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Many thanks to Andy (who provided us the knowledge) and seraphon (who has been succesful coding it) &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://connect.hyland.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 14:12:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69596#M44791</guid>
      <dc:creator>doblek</dc:creator>
      <dc:date>2007-06-19T14:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Defining new roles</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69597#M44792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the knowledges you all have shared about creating a new role.I have one think to know.Suppose i want to create an EndUser role who can only view,delete and upload document,he cant create a new space,What permission sets should i use?I used createchildren and read but then create space/content option is appearing.What to do?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also when a file is uploaded,there is a dropdown along with the edit,view and delete icons.The dropdown contains options like cut,copy,start discussion,start advance workflow.How can i disable it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 10:18:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/defining-new-roles/m-p/69597#M44792</guid>
      <dc:creator>rupanjal</dc:creator>
      <dc:date>2009-12-16T10:18:51Z</dc:date>
    </item>
  </channel>
</rss>

