<?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 Re: Selective access to CI's in the CMDB in CMDB forum</title>
    <link>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2859144#M9528</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/433536"&gt;@Frank70&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That ACL on CMDB_CI, will not help, you need to use the Scripted ACL based on their roles and group, It will help to achieve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p2"&gt;Please appreciate the efforts of community contributors by marking appropriate response as&amp;nbsp;&lt;STRONG&gt;Mark my Answer Helpful or Accept Solution&lt;/STRONG&gt; this may help other community users to follow correct solution in future.&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p2"&gt;Thanks&lt;/P&gt;
&lt;P class="p2"&gt;AJ&lt;/P&gt;
&lt;P class="p2"&gt;&lt;STRONG&gt;Linkedin Profile:- &lt;/STRONG&gt;&lt;A href="https://www.linkedin.com/in/ajay-kumar-66a91385/" target="_blank"&gt;&lt;STRONG&gt;https://www.linkedin.com/in/ajay-kumar-66a91385/&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;STRONG&gt;ServiceNow Community Rising Star 2024&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2024 09:51:34 GMT</pubDate>
    <dc:creator>AJ_TechTrek</dc:creator>
    <dc:date>2024-03-12T09:51:34Z</dc:date>
    <item>
      <title>Selective access to CI's in the CMDB</title>
      <link>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2858223#M9519</link>
      <description>&lt;P&gt;A customer is trying to only give edit/update rights to the users that own certain ci's.&lt;/P&gt;
&lt;P&gt;Is there a way to do this ?&lt;/P&gt;
&lt;P&gt;I tried to create an ACL on the cmdb_ci table based on the ownership of the CI's but the write access doesn't seem to work.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 16:38:09 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2858223#M9519</guid>
      <dc:creator>Frank70</dc:creator>
      <dc:date>2024-03-11T16:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: Selective access to CI's in the CMDB</title>
      <link>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2858288#M9520</link>
      <description>&lt;P&gt;If your objective is to give write access rights to users who are owners of certain CI classes, it is better to avoid creating ACLs on cmdb_ci. The ACLs should be configured for the specific CI classes which they own (like server class, network gear class etc.)&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:34:35 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2858288#M9520</guid>
      <dc:creator>Ashok Sasidhara</dc:creator>
      <dc:date>2024-03-11T17:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selective access to CI's in the CMDB</title>
      <link>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2858306#M9521</link>
      <description>&lt;P&gt;In a nutshell you would use scripted ACLs that would provide access based on whether the User is specified in a User field like &lt;EM&gt;Assigned to&lt;/EM&gt;, or a is a member of a Group that is specified in a Group field like &lt;EM&gt;Support group&lt;/EM&gt;.&amp;nbsp; However, please note that this is an oversimplified recommendation and in reality you will find there are subtleties involved here that will likely impede users from doing normal activity on a CI that they&amp;nbsp;&lt;EM&gt;should&amp;nbsp;&lt;/EM&gt;be able to do, and that this may even vary on a field-by-field basis.&amp;nbsp; Most importantly, always test access controls rigorously for functionality, usability, and performance before you put it into Production!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2024 17:48:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2858306#M9521</guid>
      <dc:creator>CMDB Whisperer</dc:creator>
      <dc:date>2024-03-11T17:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selective access to CI's in the CMDB</title>
      <link>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2859144#M9528</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/433536"&gt;@Frank70&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That ACL on CMDB_CI, will not help, you need to use the Scripted ACL based on their roles and group, It will help to achieve this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p1"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p2"&gt;Please appreciate the efforts of community contributors by marking appropriate response as&amp;nbsp;&lt;STRONG&gt;Mark my Answer Helpful or Accept Solution&lt;/STRONG&gt; this may help other community users to follow correct solution in future.&lt;/P&gt;
&lt;P class="p3"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="p2"&gt;Thanks&lt;/P&gt;
&lt;P class="p2"&gt;AJ&lt;/P&gt;
&lt;P class="p2"&gt;&lt;STRONG&gt;Linkedin Profile:- &lt;/STRONG&gt;&lt;A href="https://www.linkedin.com/in/ajay-kumar-66a91385/" target="_blank"&gt;&lt;STRONG&gt;https://www.linkedin.com/in/ajay-kumar-66a91385/&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&lt;STRONG&gt;ServiceNow Community Rising Star 2024&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2024 09:51:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/cmdb-forum/selective-access-to-ci-s-in-the-cmdb/m-p/2859144#M9528</guid>
      <dc:creator>AJ_TechTrek</dc:creator>
      <dc:date>2024-03-12T09:51:34Z</dc:date>
    </item>
  </channel>
</rss>

