<?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 Unable to locate sn_hr_core_case ******* for inbound email processing in HRSD forum</title>
    <link>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331008#M21014</link>
    <description>&lt;P&gt;If I use email client from the case form. And email someone who is not&amp;nbsp;Opened For, Subject Person or anyone on the Watch List. Then my inbound action is unable to capture their response and set the comment with their response. I get the following error&lt;/P&gt;
&lt;P&gt;Unable to locate sn_hr_core_case&amp;nbsp;********************************** for inbound email processing&lt;/P&gt;
&lt;P&gt;Any suggestion on how to fix this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Vadim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 11 Dec 2019 17:39:40 GMT</pubDate>
    <dc:creator>V_18</dc:creator>
    <dc:date>2019-12-11T17:39:40Z</dc:date>
    <item>
      <title>Unable to locate sn_hr_core_case ******* for inbound email processing</title>
      <link>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331008#M21014</link>
      <description>&lt;P&gt;If I use email client from the case form. And email someone who is not&amp;nbsp;Opened For, Subject Person or anyone on the Watch List. Then my inbound action is unable to capture their response and set the comment with their response. I get the following error&lt;/P&gt;
&lt;P&gt;Unable to locate sn_hr_core_case&amp;nbsp;********************************** for inbound email processing&lt;/P&gt;
&lt;P&gt;Any suggestion on how to fix this?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;
&lt;P&gt;Vadim&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 17:39:40 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331008#M21014</guid>
      <dc:creator>V_18</dc:creator>
      <dc:date>2019-12-11T17:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to locate sn_hr_core_case ******* for inbound email processing</title>
      <link>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331009#M21015</link>
      <description>&lt;P&gt;We are experiencing the same/similar issue and HI has logged it as&amp;nbsp;PRB1370157&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(The way the Inbound action process the email is If the user sending email does not have privileges to open the HR record, then the target would not be set. However System admin should be able to read Email for HR Case that does not have "target_table" set)&lt;/EM&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;They are in the process of determining if there is a possible workaround and are slating Orlando as the fix target.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2019 17:48:16 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331009#M21015</guid>
      <dc:creator>Ian Mildon</dc:creator>
      <dc:date>2019-12-11T17:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to locate sn_hr_core_case ******* for inbound email processing</title>
      <link>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331010#M21016</link>
      <description>&lt;P&gt;The actual issue is a query business rule called "restrict query" that runs on sn_hr_core_case and inserts a background filter.&amp;nbsp; When the system process that processes emails runs, it cannot find the case because this business rule&amp;nbsp;as it cannot find the case because of the conditions in it.&amp;nbsp; It has all the above restrictions in it: opened_for, subject person, watch list, etc.&lt;/P&gt;
&lt;P&gt;You could edit the conditions to allow others to update as applicable.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2019 01:45:36 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331010#M21016</guid>
      <dc:creator>Michael Ritchie</dc:creator>
      <dc:date>2019-12-12T01:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to locate sn_hr_core_case ******* for inbound email processing</title>
      <link>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331011#M21017</link>
      <description>Yep. This is due to Query Business Rule on HR Case table. OOTB query BR triggers even for Inbound action. That is being evaluated against sender email address account. One thing you can do is on condition field add “gs.getSession().isInteractive()”. Even though OOTB script has gs.isInteractive() that wouldn’t work.</description>
      <pubDate>Thu, 12 Dec 2019 02:02:05 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331011#M21017</guid>
      <dc:creator>Sai Anna</dc:creator>
      <dc:date>2019-12-12T02:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to locate sn_hr_core_case ******* for inbound email processing</title>
      <link>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331012#M21018</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Our recipients utilize 'vanity' emails when they respond, so they are not found in the queries.&amp;nbsp; Can you tell me what you mean by adding &lt;SPAN class="ng-scope"&gt;“gs.getSession().isInteractive()”?&amp;nbsp; That is part of the original query, or do you mean to add that in as an .addorcondition?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-scope"&gt;Condition:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-scope"&gt;gs.getUser().getName() != 'system' &amp;amp;&amp;amp; (!new hr_Utils().checkUserHasRole(hr.ROLE_HR_CASE_READER)) &amp;amp;&amp;amp; (gs.getUser().getName() != 'guest' || gs.getProperty("sn_hr_core.restrict_guest_email", "true") == "true")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-scope"&gt;Script:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="ng-scope"&gt;if (gs.isInteractive() || gs.getCallerScopeName() != 'sn_hr_le') {&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;var userId = gs.getUserID();&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;if (userId !== hr_Utils.userID) &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;hr_Utils.initializeQueryVariables(); &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;current.addQuery("opened_by", userId)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.addOrCondition("opened_for", userId)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.addOrCondition("parent.ref_sn_hr_core_case.opened_for", userId)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.addOrCondition("watch_list", "CONTAINS", userId)&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.addOrCondition("sys_id", "IN", hr_Utils.getMyCasesWithApprovals() + ',' + hr_Utils.getMyCasesWithTasks())&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;.addOrCondition('hr_service.subject_person_access', true).addCondition('subject_person', userId);&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 15:49:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/unable-to-locate-sn-hr-core-case-for-inbound-email-processing/m-p/1331012#M21018</guid>
      <dc:creator>Karen16</dc:creator>
      <dc:date>2021-05-03T15:49:08Z</dc:date>
    </item>
  </channel>
</rss>

