<?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: How are Multiple ACL Rules at the Same Point in the Processing Order evaluated? in ITSM forum</title>
    <link>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/2887097#M518301</link>
    <description>&lt;P&gt;I have 5 "table-none" READ ACLs on table sn_grc_issue. They have different roles in them but which one actually works in the end?&lt;BR /&gt;&lt;BR /&gt;2 of these 5 have same role "sn_grc.business_user" along with some other roles. So what's the resultant here?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 00:45:25 GMT</pubDate>
    <dc:creator>amol_joshi</dc:creator>
    <dc:date>2024-04-04T00:45:25Z</dc:date>
    <item>
      <title>How are Multiple ACL Rules at the Same Point in the Processing Order evaluated?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/695358#M267137</link>
      <description>&lt;P&gt;&lt;SPAN class="mw-headline"&gt;Below is what is stated in the Wiki. I find it contradicting.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mw-headline"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mw-headline"&gt;....&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If ServiceNow matches two or more rules at the same point in the processing order, the user must pass any one of the ACL rules permissions in order to access the object. For example, if you create two field ACL rules for incident.number, then a user who passes one rule has access to the number field regardless of whether the user failed any other field ACL rule at the same point in the processing order. &lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;"....the user must pass any one of the ACL...." (does any one mean ALL ?)&lt;/P&gt;&lt;P&gt;"....a user who passes one rule has access to the number field regardless of whether the user failed any other field ACL rule at the same point in the processing order..."&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;So which of the above two statements is true? Do both rules have to return TRUE or just one of them? I would assume that all rules have to return TRUE.&lt;/P&gt;&lt;P style="min-height: 8pt; height: 8pt; padding: 0px;"&gt; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Heiko&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jul 2014 16:38:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/695358#M267137</guid>
      <dc:creator>Heiko Bllr</dc:creator>
      <dc:date>2014-07-23T16:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: How are Multiple ACL Rules at the Same Point in the Processing Order evaluated?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/695359#M267138</link>
      <description>&lt;P&gt;Just one would need to return true if they are both incident.number field ACLs&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;On the other hand, If you had one incident.number field ACL and one incident table level ACL (no dot anything) then both need to be true&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2014 18:28:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/695359#M267138</guid>
      <dc:creator>acretion</dc:creator>
      <dc:date>2014-07-23T18:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: How are Multiple ACL Rules at the Same Point in the Processing Order evaluated?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/695360#M267139</link>
      <description>&lt;P&gt;I believe Christopher is right, just one ACL needs to true to grant access (but not sure)&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;For that ACL it will evaluate Role, Condition and Script to grant access.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks, Faisal&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Jul 2014 19:20:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/695360#M267139</guid>
      <dc:creator>faisal_dadabhoy</dc:creator>
      <dc:date>2014-07-23T19:20:26Z</dc:date>
    </item>
    <item>
      <title>Re: How are Multiple ACL Rules at the Same Point in the Processing Order evaluated?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/695361#M267140</link>
      <description>&lt;P&gt;Thanks Christopher for your quick response.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Heiko&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Jul 2014 07:36:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/695361#M267140</guid>
      <dc:creator>Heiko Bllr</dc:creator>
      <dc:date>2014-07-24T07:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: How are Multiple ACL Rules at the Same Point in the Processing Order evaluated?</title>
      <link>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/2887097#M518301</link>
      <description>&lt;P&gt;I have 5 "table-none" READ ACLs on table sn_grc_issue. They have different roles in them but which one actually works in the end?&lt;BR /&gt;&lt;BR /&gt;2 of these 5 have same role "sn_grc.business_user" along with some other roles. So what's the resultant here?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 00:45:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/itsm-forum/how-are-multiple-acl-rules-at-the-same-point-in-the-processing/m-p/2887097#M518301</guid>
      <dc:creator>amol_joshi</dc:creator>
      <dc:date>2024-04-04T00:45:25Z</dc:date>
    </item>
  </channel>
</rss>

