<?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>question Create custom role to access update set without having the admin role in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3296080#M3478</link>
    <description>&lt;P&gt;Hi everyone&lt;BR /&gt;need to create one custom role for update set table. Please guide me how can I do that. Here I cannot use admin role.&lt;/P&gt;</description>
    <pubDate>Mon, 23 Jun 2025 07:52:27 GMT</pubDate>
    <dc:creator>AshishSamuD</dc:creator>
    <dc:date>2025-06-23T07:52:27Z</dc:date>
    <item>
      <title>Create custom role to access update set without having the admin role</title>
      <link>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3296080#M3478</link>
      <description>&lt;P&gt;Hi everyone&lt;BR /&gt;need to create one custom role for update set table. Please guide me how can I do that. Here I cannot use admin role.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 07:52:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3296080#M3478</guid>
      <dc:creator>AshishSamuD</dc:creator>
      <dc:date>2025-06-23T07:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: Create custom role to access update set without having the admin role</title>
      <link>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3296113#M3479</link>
      <description>&lt;H3&gt;1. &lt;STRONG&gt;Create the Custom Role&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Go to &lt;STRONG&gt;User Administration &amp;gt; Roles&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Click &lt;STRONG&gt;New&lt;/STRONG&gt;, and create a role (e.g., custom_update_set_role).&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Add a description, and click &lt;STRONG&gt;Submit&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;2. &lt;STRONG&gt;Set Up Access Control (ACLs)&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Go to &lt;STRONG&gt;System Security &amp;gt; Access Control (ACL)&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Create a new ACL for the &lt;STRONG&gt;Update Set table (sys_update_set)&lt;/STRONG&gt;:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Type&lt;/STRONG&gt;: Record&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Operation&lt;/STRONG&gt;: Set to Create, Read, Write, Delete based on need.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Table&lt;/STRONG&gt;: sys_update_set&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Roles&lt;/STRONG&gt;: Add your custom role.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Repeat for &lt;STRONG&gt;Update Set Entries (sys_update_xml)&lt;/STRONG&gt; if necessary.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;3. &lt;STRONG&gt;Assign the Role to Users&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Go to &lt;STRONG&gt;User Administration &amp;gt; Users&lt;/STRONG&gt;.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;Open a user record and assign the custom role under the &lt;STRONG&gt;Roles&lt;/STRONG&gt; tab.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;H3&gt;4. &lt;STRONG&gt;Test the Role&lt;/STRONG&gt;&lt;/H3&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Log in as a user with this role to ensure they can create, modify, or view update sets.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;By setting these ACLs and assigning the role, users will be able to manage update sets without full admin access. Let me know if you need further clarification!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 08:13:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3296113#M3479</guid>
      <dc:creator>sangrulkaradvai</dc:creator>
      <dc:date>2025-06-23T08:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Create custom role to access update set without having the admin role</title>
      <link>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3296120#M3480</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/751750"&gt;@AshishSamuD&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create custom role from&amp;nbsp;User Administration &amp;gt; Roles.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will need to elevate to security_admin role and create read, write and create ACLs for sys_update_set table and set the custom role there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ehab Pilloor&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 08:19:07 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3296120#M3480</guid>
      <dc:creator>Ehab Pilloor</dc:creator>
      <dc:date>2025-06-23T08:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create custom role to access update set without having the admin role</title>
      <link>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3297741#M3482</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/751750"&gt;@AshishSamuD&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;why? What is the business case for your requirement?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jun 2025 19:25:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/create-custom-role-to-access-update-set-without-having-the-admin/m-p/3297741#M3482</guid>
      <dc:creator>AndersBGS</dc:creator>
      <dc:date>2025-06-23T19:25:10Z</dc:date>
    </item>
  </channel>
</rss>

