<?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 Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438272#M1238523</link>
    <description>&lt;P&gt;Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied. The application 'Global' must declare a cross scope access privilege. Please contact the application admin to update their access requests'.&lt;BR /&gt;error .How to fix this?&lt;/P&gt;</description>
    <pubDate>Wed, 26 Nov 2025 13:00:13 GMT</pubDate>
    <dc:creator>chaudharikhushi</dc:creator>
    <dc:date>2025-11-26T13:00:13Z</dc:date>
    <item>
      <title>Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438272#M1238523</link>
      <description>&lt;P&gt;Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied. The application 'Global' must declare a cross scope access privilege. Please contact the application admin to update their access requests'.&lt;BR /&gt;error .How to fix this?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 13:00:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438272#M1238523</guid>
      <dc:creator>chaudharikhushi</dc:creator>
      <dc:date>2025-11-26T13:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438418#M1238555</link>
      <description>&lt;P&gt;Go in 'Restricted Caller Access Privilege' table and see&amp;nbsp; the record with Table: sn_hr_le_case, and set the status to allowed.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 14:52:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438418#M1238555</guid>
      <dc:creator>Damayanti Sarod</dc:creator>
      <dc:date>2025-11-26T14:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438420#M1238556</link>
      <description>&lt;P&gt;You are trying to read a table from HR scope from global Scope. HR Application has it's&amp;nbsp;&lt;SPAN&gt;Runtime Access Tracking set to Enforcing. This means you cannot access anything in the application from other scopes without defining this access specifically. This can be done on the Cross-scope&amp;nbsp;privilege table. The system might have created a record for you automatically which needs to be set to Allowed.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Bear in mind before allowing this. The HR Module have this setting for a reason. I don't know your use case but setting up the HR Module should usually be handled within the HR Scope instead of global scope.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;read more about the concept here:&amp;nbsp;&lt;A href="https://www.servicenow.com/docs/csh?topicname=c_CrossScopePrivilegeRecord.html&amp;amp;version=latest" target="_blank"&gt;https://www.servicenow.com/docs/csh?topicname=c_CrossScopePrivilegeRecord.html&amp;amp;version=latest&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 14:53:24 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438420#M1238556</guid>
      <dc:creator>mads2</dc:creator>
      <dc:date>2025-11-26T14:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438424#M1238557</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1018419"&gt;@chaudharikhushi&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;where are you getting this?&lt;/P&gt;
&lt;P&gt;share screenshots&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 14:56:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3438424#M1238557</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2025-11-26T14:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439412#M1238722</link>
      <description>&lt;P&gt;I cannot&amp;nbsp;&lt;SPAN&gt;see any record with Table: sn_hr_le_case&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 16:28:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439412#M1238722</guid>
      <dc:creator>chaudharikhushi</dc:creator>
      <dc:date>2025-11-27T16:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439414#M1238723</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/230022"&gt;@Damayanti Sarod&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can't see any&lt;SPAN&gt;&amp;nbsp;record with Table: sn_hr_le_case in 'Restricted Caller Access Privilege' table&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 16:38:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439414#M1238723</guid>
      <dc:creator>chaudharikhushi</dc:creator>
      <dc:date>2025-11-27T16:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439416#M1238724</link>
      <description>&lt;P&gt;I can not&amp;nbsp;&lt;SPAN&gt;see&amp;nbsp; the record with Table: sn_hr_le_case in 'Restricted Caller Access Privilege' table&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 16:45:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439416#M1238724</guid>
      <dc:creator>chaudharikhushi</dc:creator>
      <dc:date>2025-11-27T16:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439421#M1238727</link>
      <description>&lt;P&gt;Since , there are many records in the table, can you please suggest which record do I need to select and set it as allowed&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 16:55:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439421#M1238727</guid>
      <dc:creator>chaudharikhushi</dc:creator>
      <dc:date>2025-11-27T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: Getting 'Read operation on table 'sn_hr_le_case' from scope 'Global' was denied</title>
      <link>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439828#M1238801</link>
      <description>&lt;P&gt;Try following the below steps:&lt;BR /&gt;1. Search the application of table given in your error message&lt;BR /&gt;2. Select that application scope and open table named Restricted Caller Access Privilege.&lt;BR /&gt;3. Create a new record with below details&lt;BR /&gt;Target Scope: Similar to Application&lt;BR /&gt;Target Type: Table&lt;BR /&gt;Table: Table mentioned in the error message&lt;BR /&gt;Operation : Read&lt;BR /&gt;Status : Allowed&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Nov 2025 14:00:34 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/getting-read-operation-on-table-sn-hr-le-case-from-scope-global/m-p/3439828#M1238801</guid>
      <dc:creator>Damayanti Sarod</dc:creator>
      <dc:date>2025-11-28T14:00:34Z</dc:date>
    </item>
  </channel>
</rss>

