<?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 Issue with ACL on dot-walked field in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718971#M375897</link>
    <description>&lt;P&gt;In Project Management there is a parent/child relationship between a Project (pm_project) and Project Task (pm_project_task). On a Project Task list view I have added 'Parent.Short Description', which is the project name for the top-level tasks directly below a project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl1.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199587iDB7D46A562624368/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl1.png" alt="acl1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As an Administrator I can view the contents of that field in list view.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl2.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199590iD4F363922A2178B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl2.png" alt="acl2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user with the project_user role, who is able view all projects and tasks, does not see any data in that column.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl3.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199591i26AC48BB90E0F482/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl3.png" alt="acl3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled Debug Security and what it is showing is it is failing the script evaluation on a high-level read ACL that applies to all records&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl4.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199588iD97552A351EDCABB/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl4.png" alt="acl4.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;The script says you must either be an admin or the default security mode is allow (the default mode is deny).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Script: &amp;nbsp; gs.hasRole('admin') || gs.getProperty('glide.sm.default_mode') == 'allow'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users with the project_user role have full read access to all fields in the pm_project table, as seen here when the same non-admin user views all projects.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl5.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199589i56CA65649C2DF57B/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl5.png" alt="acl5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So why is this read ACL on pm_project.* being bypassed when dot-walking from pm_project_task up to pm_project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; Michael Mongeau&lt;/P&gt;&lt;P&gt; &amp;nbsp; Stratus Technologies&lt;/P&gt;&lt;P&gt; &amp;nbsp; ServiceNow CA/CAD&lt;/P&gt;</description>
    <pubDate>Fri, 21 Aug 2015 19:19:57 GMT</pubDate>
    <dc:creator>mmongeau</dc:creator>
    <dc:date>2015-08-21T19:19:57Z</dc:date>
    <item>
      <title>Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718971#M375897</link>
      <description>&lt;P&gt;In Project Management there is a parent/child relationship between a Project (pm_project) and Project Task (pm_project_task). On a Project Task list view I have added 'Parent.Short Description', which is the project name for the top-level tasks directly below a project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl1.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199587iDB7D46A562624368/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl1.png" alt="acl1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;As an Administrator I can view the contents of that field in list view.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl2.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199590iD4F363922A2178B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl2.png" alt="acl2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A user with the project_user role, who is able view all projects and tasks, does not see any data in that column.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl3.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199591i26AC48BB90E0F482/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl3.png" alt="acl3.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I enabled Debug Security and what it is showing is it is failing the script evaluation on a high-level read ACL that applies to all records&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl4.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199588iD97552A351EDCABB/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl4.png" alt="acl4.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;The script says you must either be an admin or the default security mode is allow (the default mode is deny).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Script: &amp;nbsp; gs.hasRole('admin') || gs.getProperty('glide.sm.default_mode') == 'allow'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users with the project_user role have full read access to all fields in the pm_project table, as seen here when the same non-admin user views all projects.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl5.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199589i56CA65649C2DF57B/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl5.png" alt="acl5.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So why is this read ACL on pm_project.* being bypassed when dot-walking from pm_project_task up to pm_project?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;nbsp; Michael Mongeau&lt;/P&gt;&lt;P&gt; &amp;nbsp; Stratus Technologies&lt;/P&gt;&lt;P&gt; &amp;nbsp; ServiceNow CA/CAD&lt;/P&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:19:57 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718971#M375897</guid>
      <dc:creator>mmongeau</dc:creator>
      <dc:date>2015-08-21T19:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718972#M375898</link>
      <description>&lt;P&gt;Table Level ACL Place role here.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px;"&gt;You may find this thread:&lt;/SPAN&gt;&lt;A title="" _jive_internal="true" data-containerid="2097" data-containertype="14" data-objectid="166907" data-objecttype="1" href="https://www.servicenow.com/community?id=community_question&amp;amp;sys_id=e3660fe1db1cdbc01dcaf3231f961946" style="font-size: 13px; font-family: arial, sans-serif; color: #3778c7;"&gt;Column shown blank in list view in spite of having values&lt;/A&gt;&lt;SPAN style="color: #666666; font-family: arial, sans-serif; font-size: 13px;"&gt; useful.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:22:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718972#M375898</guid>
      <dc:creator>srinivasthelu</dc:creator>
      <dc:date>2015-08-21T19:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718973#M375899</link>
      <description>&lt;P&gt;There is already a record-level read ACL on the pm_project table (field = 'None') and it does not seem to make a difference.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="acl6.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199584iFE4F2858F19939CC/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl6.png" alt="acl6.png" /&gt;&lt;/span&gt;\&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 19:35:10 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718973#M375899</guid>
      <dc:creator>mmongeau</dc:creator>
      <dc:date>2015-08-21T19:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718974#M375900</link>
      <description>&lt;P&gt;Michael,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Instead of using Parent.Short Description can you add Project.Short Description&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:13:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718974#M375900</guid>
      <dc:creator>manikorada</dc:creator>
      <dc:date>2015-08-21T20:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718975#M375901</link>
      <description>&lt;P&gt;I added Project.Short Description and it has the same issue. &amp;nbsp; &amp;nbsp; Access is denied via the record/*/read ACL.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; Michael&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:22:55 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718975#M375901</guid>
      <dc:creator>mmongeau</dc:creator>
      <dc:date>2015-08-21T20:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718976#M375902</link>
      <description>&lt;P&gt;Michael,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Do you have any ACL defined for &lt;SPAN style="color: #666666; font-family: arial, sans-serif; background-color: #f6f6f6;"&gt;pm_project_task.None read operation?&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:25:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718976#M375902</guid>
      <dc:creator>manikorada</dc:creator>
      <dc:date>2015-08-21T20:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718977#M375903</link>
      <description>&lt;P&gt;I have not customized any of the ACLs in the Project Management area - these are the ones included out-of-the-box.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span class="lia-inline-image-display-wrapper" image-alt="acl7.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/199585i6217FE0803B08E8B/image-size/large?v=v2&amp;amp;px=999" role="button" title="acl7.png" alt="acl7.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; Michael&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:30:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718977#M375903</guid>
      <dc:creator>mmongeau</dc:creator>
      <dc:date>2015-08-21T20:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718978#M375904</link>
      <description>&lt;P&gt;I just noticed that you asked about pm_project_task. &amp;nbsp; The pm_project_task.None read rule is identical to the one above for pm_project.None. &amp;nbsp; &amp;nbsp; Access is granted to users with the role 'itil' or 'project_user'.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; Michael&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Aug 2015 20:39:17 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718978#M375904</guid>
      <dc:creator>mmongeau</dc:creator>
      <dc:date>2015-08-21T20:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with ACL on dot-walked field</title>
      <link>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718979#M375905</link>
      <description>&lt;P&gt;ServiceNow Support has confirmed that this is a defect documented on PRB582996. &lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt; &amp;nbsp; Michael&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Aug 2015 20:36:26 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/issue-with-acl-on-dot-walked-field/m-p/1718979#M375905</guid>
      <dc:creator>mmongeau</dc:creator>
      <dc:date>2015-08-25T20:36:26Z</dc:date>
    </item>
  </channel>
</rss>

