<?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: READ ONLY role in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523182#M6636</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/349783"&gt;@MThomas1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You’re probably unable to see the Incident table in the navigation bar because the &lt;STRONG&gt;user doesn’t have the required base ITIL role&lt;/STRONG&gt; or the &lt;STRONG&gt;necessary read access (ACLs) for those tables&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check that- and give/have required access-&amp;gt; It will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer:&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0748343#:~:text=The%20snc_read_only%20role%20provides%20no%20additional%20permissions,together%20with%20one%20or%20more%20other%20roles." target="_self"&gt;KB0748343 The read-only role and how to use it&lt;/A&gt;&amp;nbsp;\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Apr 2026 14:32:54 GMT</pubDate>
    <dc:creator>Tanushree Maiti</dc:creator>
    <dc:date>2026-04-10T14:32:54Z</dc:date>
    <item>
      <title>READ ONLY role</title>
      <link>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523162#M6634</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the role required to READ tables ( Incident/Problem/Change/CMDB etc)? Tried&amp;nbsp;&amp;nbsp;&lt;A class="" href="https://www.google.com/search?q=snc_read_only&amp;amp;rlz=1C1GCOV_enUS1144US1144&amp;amp;oq=&amp;amp;gs_lcrp=EgZjaHJvbWUqCQgCEEUYOxjCAzIJCAAQRRg7GMIDMgkIARBFGDsYwgMyCQgCEEUYOxjCAzIJCAMQRRg7GMIDMgkIBBBFGDsYwgMyCQgFEEUYOxjCAzIJCAYQRRg7GMIDMgkIBxBFGDsYwgPSAQkyOTA1ajBqMTWoAgiwAgHxBQYPBzZcF7vk&amp;amp;sourceid=chrome&amp;amp;ie=UTF-8&amp;amp;safe=active&amp;amp;ssui=on&amp;amp;ved=2ahUKEwiv98iPuOOTAxXml2oFHZQqAcIQgK4QegQIARAC" target="_blank" rel="noopener"&gt;snc_read_only&lt;/A&gt;&amp;nbsp;but not getting the expected results , when trying to find Incident table from NAV BAR filter, it is not available.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 13:58:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523162#M6634</guid>
      <dc:creator>MThomas1</dc:creator>
      <dc:date>2026-04-10T13:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: READ ONLY role</title>
      <link>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523181#M6635</link>
      <description>&lt;P&gt;The&amp;nbsp;&lt;CODE&gt;snc_read_only&lt;/CODE&gt; grants &lt;STRONG&gt;table-level read ACLs&lt;/STRONG&gt; but it does &lt;STRONG&gt;not&lt;/STRONG&gt; grant access to the &lt;STRONG&gt;application menus and navigation modules&lt;/STRONG&gt;. That's why the Incident table doesn't show up in your nav bar filter even though you technically have read permission on the underlying table.&lt;/P&gt;
&lt;P&gt;There are two layers at play here:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;1. Table ACL (read access to records)&lt;/STRONG&gt; — &lt;CODE&gt;snc_read_only&lt;/CODE&gt; covers this broadly.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;2. Application Menu / Module visibility (nav bar entries)&lt;/STRONG&gt; — These are controlled by roles assigned on the &lt;CODE&gt;sys_app_module&lt;/CODE&gt; records. Each navigation module (like "Incident &amp;gt; All") has a "Roles" field that determines who can see it.&lt;/P&gt;
&lt;P&gt;For the standard ITSM tables, the modules are gated behind the &lt;STRONG&gt;&lt;CODE&gt;itil&lt;/CODE&gt;&lt;/STRONG&gt; role. That's why &lt;CODE&gt;snc_read_only&lt;/CODE&gt; alone won't surface them in the navigator.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What you can do depends on your goal:&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you want &lt;STRONG&gt;read-only access with nav visibility&lt;/STRONG&gt;, the cleanest approach is to combine &lt;CODE&gt;snc_read_only&lt;/CODE&gt; with one of these strategies:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Grant &lt;CODE&gt;itil&lt;/CODE&gt; role&lt;/STRONG&gt; — This is the simplest fix and gives nav access to Incident, Problem, Change, etc. The downside is that &lt;CODE&gt;itil&lt;/CODE&gt; also grants write access, so you'd need to layer on table-level ACL restrictions or use a read-only variant if available.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Use module-specific read roles&lt;/STRONG&gt; (available in newer releases like Xanadu/Yokohama/Zurich): &lt;CODE&gt;sn_incident_read&lt;/CODE&gt;, &lt;CODE&gt;sn_change_read&lt;/CODE&gt;, &lt;CODE&gt;sn_problem_read&lt;/CODE&gt;. These grant both table read ACLs &lt;EM&gt;and&lt;/EM&gt; navigation module visibility without write permissions.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;&lt;STRONG&gt;Create a custom role&lt;/STRONG&gt; that inherits &lt;CODE&gt;snc_read_only&lt;/CODE&gt; and is manually added to the relevant &lt;CODE&gt;sys_app_module&lt;/CODE&gt; records' Roles field. This gives you fine-grained control.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;verification:&lt;/STRONG&gt; Navigate to &lt;CODE&gt;sys_app_module.list&lt;/CODE&gt;, filter where Name = "All" and Application = "Incident", and check the &lt;STRONG&gt;Roles&lt;/STRONG&gt; field — you'll see exactly which role is required for that nav entry to appear. That's the missing piece &lt;CODE&gt;snc_read_only&lt;/CODE&gt; doesn't cover.&lt;/P&gt;
&lt;P&gt;If you just need a quick way to access the table without the nav module, you can always type &lt;CODE&gt;incident.list&lt;/CODE&gt; directly in the nav bar filter — that bypasses module visibility and only checks table-level ACLs, which &lt;CODE&gt;snc_read_only&lt;/CODE&gt; should satisfy.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 14:30:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523181#M6635</guid>
      <dc:creator>Naveen20</dc:creator>
      <dc:date>2026-04-10T14:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: READ ONLY role</title>
      <link>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523182#M6636</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/349783"&gt;@MThomas1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You’re probably unable to see the Incident table in the navigation bar because the &lt;STRONG&gt;user doesn’t have the required base ITIL role&lt;/STRONG&gt; or the &lt;STRONG&gt;necessary read access (ACLs) for those tables&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check that- and give/have required access-&amp;gt; It will work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer:&amp;nbsp;&lt;A href="https://support.servicenow.com/kb?id=kb_article_view&amp;amp;sysparm_article=KB0748343#:~:text=The%20snc_read_only%20role%20provides%20no%20additional%20permissions,together%20with%20one%20or%20more%20other%20roles." target="_self"&gt;KB0748343 The read-only role and how to use it&lt;/A&gt;&amp;nbsp;\&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 14:32:54 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523182#M6636</guid>
      <dc:creator>Tanushree Maiti</dc:creator>
      <dc:date>2026-04-10T14:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: READ ONLY role</title>
      <link>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523190#M6637</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;snc_read_only is a global safety role that prevents create, update, and delete actions across the platform.&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;It does NOT grant access to any application tables (Incident, Problem, Change, CMDB, etc.), which is why it’s not sufficient on its own.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;- To actually see records, you must add table‑specific read roles, optionally combined with snc_read_only for safety.&lt;/FONT&gt;&lt;/P&gt;&lt;DIV&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Common read‑only roles:&lt;/FONT&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Incident → sn_incident_read&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Problem → sn_problem_read&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;Change → sn_change_read&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;CMDB → cmdb_read&lt;/FONT&gt;&lt;/LI&gt;&lt;LI&gt;&lt;DIV&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#000000"&gt;snc_read_only (optional safety net)&lt;/FONT&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Apr 2026 14:39:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523190#M6637</guid>
      <dc:creator>Purvi Kotadiya</dc:creator>
      <dc:date>2026-04-10T14:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: READ ONLY role</title>
      <link>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523198#M6639</link>
      <description>&lt;P&gt;Thank you all and appreciate your support and guideance with detailed explanation.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Apr 2026 14:47:43 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/read-only-role/m-p/3523198#M6639</guid>
      <dc:creator>MThomas1</dc:creator>
      <dc:date>2026-04-10T14:47:43Z</dc:date>
    </item>
  </channel>
</rss>

