<?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: Incident record fields limited for non-itil user in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3039746#M1144207</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/416342"&gt;@Bert_c1&lt;/a&gt;,&amp;nbsp;I added the role the business users will be assigned into the if statement condition. Other than that the script wasn't modified but prior to that change they couldn't access any records.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 09 Sep 2024 13:06:08 GMT</pubDate>
    <dc:creator>MBarrott</dc:creator>
    <dc:date>2024-09-09T13:06:08Z</dc:date>
    <item>
      <title>Incident record fields limited for non-itil user</title>
      <link>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3038603#M1143927</link>
      <description>&lt;P&gt;The business wants to have read access for tasks and incidents.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I modified the 'incident query' Business Rule as this was restricting access but now the INC form is extremely limited.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would think this is an ACL limiting the display of fields but not sure which one.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 19:57:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3038603#M1143927</guid>
      <dc:creator>MBarrott</dc:creator>
      <dc:date>2024-09-06T19:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Incident record fields limited for non-itil user</title>
      <link>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3038659#M1143930</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In what way did you modify the Incident query BR? Seems you may add another '&lt;SPAN&gt;current.addQuery()' line after the one present. I don't understand how that affects the form but form fields can be affected by ACLs, client scripts, UI Policies, etc.&amp;nbsp; Is there a group or role that you want to assign to "The business" users?&amp;nbsp; If so, a quick test would be to create a Read ACL for those users and the incident and task tables.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Sep 2024 22:13:42 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3038659#M1143930</guid>
      <dc:creator>Bert_c1</dc:creator>
      <dc:date>2024-09-06T22:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Incident record fields limited for non-itil user</title>
      <link>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3039746#M1144207</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/416342"&gt;@Bert_c1&lt;/a&gt;,&amp;nbsp;I added the role the business users will be assigned into the if statement condition. Other than that the script wasn't modified but prior to that change they couldn't access any records.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 13:06:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3039746#M1144207</guid>
      <dc:creator>MBarrott</dc:creator>
      <dc:date>2024-09-09T13:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Incident record fields limited for non-itil user</title>
      <link>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3039789#M1144225</link>
      <description>&lt;P class=""&gt;&lt;SPAN class=""&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;It looks like after modifying the 'Incident Query' Business Rule to grant read access for tasks and incidents, some fields on the &lt;STRONG&gt;Incident form&lt;/STRONG&gt; are still not visible, likely due to an ACL (Access Control List) issue. ServiceNow enforces field-level and table-level ACLs, and if a role is missing the necessary permissions, fields or even entire records can be restricted.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;Please check below points:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;- Ensure that field-level ACLs are allowing access to the fields.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;- Check table-level ACLs to ensure full form access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;- Use the &lt;STRONG&gt;Debug Security Rules&lt;/STRONG&gt; tool to identify which ACLs might be restricting access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;- Modify the ACLs to include the role of the business users or create new ACLs that specifically grant the needed access.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;i hope my answer helps you to resolve your issue, if yes please mark my answer correct &amp;amp; helpful.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;thank you&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;rajesh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Sep 2024 13:32:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/incident-record-fields-limited-for-non-itil-user/m-p/3039789#M1144225</guid>
      <dc:creator>Rajesh Chopade1</dc:creator>
      <dc:date>2024-09-09T13:32:58Z</dc:date>
    </item>
  </channel>
</rss>

