<?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 HR Child Cases being Set to Cancelled in HRSD forum</title>
    <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325549#M17823</link>
    <description>&lt;P&gt;When closing an HR Case, all Child cases are being set to Cancelled.&amp;nbsp; Can someone direct me to what is setting the State of the Child cases as we would rather have them follow the identical state of the parent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2019 14:39:32 GMT</pubDate>
    <dc:creator>kevinthury</dc:creator>
    <dc:date>2019-12-16T14:39:32Z</dc:date>
    <item>
      <title>HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325549#M17823</link>
      <description>&lt;P&gt;When closing an HR Case, all Child cases are being set to Cancelled.&amp;nbsp; Can someone direct me to what is setting the State of the Child cases as we would rather have them follow the identical state of the parent.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:39:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325549#M17823</guid>
      <dc:creator>kevinthury</dc:creator>
      <dc:date>2019-12-16T14:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325550#M17824</link>
      <description>&lt;P&gt;Hi Kevin,&lt;/P&gt;
&lt;P&gt;check any after update business rule on hr case table which might be querying the child cases and updating that&lt;/P&gt;
&lt;P&gt;Mark &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; Correct if this solves your issue and also mark &lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt; Helpful if you find my response worthy based on the impact.&lt;BR /&gt;Thanks&lt;BR /&gt;Ankur&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 14:57:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325550#M17824</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2019-12-16T14:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325551#M17825</link>
      <description>&lt;P&gt;Hello Kevin,&lt;/P&gt;
&lt;P&gt;Along with checking on your Business Rules like Ankur suggested. You can also check out a Business Rule called '&lt;STRONG&gt;Allow Parent for closed child cases&lt;/STRONG&gt;'. The script is meant to allow for safe closure to child cases when the parent case is being transferred. Otherwise, it will abort the action of closing the parent case IF the child case is still in an active State.&lt;/P&gt;
&lt;P&gt;Ours is currently set to 'inactive' - but once I made it active, the parent case was not able to move from awaiting acceptance to close complete, while a child case was still in an active state.&lt;/P&gt;
&lt;P&gt;If yours is also set to inactive, you may just want to activate it and run a test to make sure it works as intended, and as you need.&lt;/P&gt;
&lt;P&gt;Let us know if this helps!&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 15:44:48 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325551#M17825</guid>
      <dc:creator>Rob Sestito</dc:creator>
      <dc:date>2019-12-16T15:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325552#M17826</link>
      <description>&lt;P&gt;Hi Kevin!&lt;/P&gt;
&lt;P&gt;The Cancel or Close Case Cleanup Business Rule runs when the state of an HR Case changes to Closed Complete, Closes Incomplete, or Cancelled. In there, it calls the&amp;nbsp;cleanupChildRecordsForCase method in the hr_utils script include. That method contains the script that sets child cases as cancelled when a parent case is closed.&lt;/P&gt;
&lt;P&gt;I hope this helps!&lt;/P&gt;
&lt;P&gt;Holly&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 19:18:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325552#M17826</guid>
      <dc:creator>hollysnyder</dc:creator>
      <dc:date>2019-12-16T19:18:32Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325553#M17827</link>
      <description>&lt;P&gt;This is exactly what I was looking for.&amp;nbsp; &amp;nbsp;Thanks, Holly!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For others that stumble on this, I was able to bypass the Child Cases from being set to Cancelled by creating a seprate Business Rule with a higher order than 'Cancel or Close Case Cleanup'.&amp;nbsp; This allowed the OOB scripts to remain intact while allowing me to achieve our objective.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 13:57:50 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325553#M17827</guid>
      <dc:creator>kevinthury</dc:creator>
      <dc:date>2019-12-19T13:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325554#M17828</link>
      <description>&lt;P&gt;Awesome!&lt;/P&gt;
&lt;P&gt;Glad you were able to get the right answers and get it working as you needed.&lt;/P&gt;
&lt;P&gt;Cheers!&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Thu, 19 Dec 2019 14:02:13 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325554#M17828</guid>
      <dc:creator>Rob Sestito</dc:creator>
      <dc:date>2019-12-19T14:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325555#M17829</link>
      <description>&lt;P&gt;Hi Kevin&lt;/P&gt;
&lt;P&gt;We have a similar issue which has come up as well. Can you please share (if possible) the Business rule which you created with a higher order for this issue to get resolved?&lt;/P&gt;</description>
      <pubDate>Tue, 05 May 2020 14:01:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325555#M17829</guid>
      <dc:creator>Saurabh8</dc:creator>
      <dc:date>2020-05-05T14:01:28Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325556#M17830</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;
&lt;P&gt;Can someone please guide me on this one? I checked the service now document and figured out that it's an OOB feature&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;https://docs.servicenow.com/bundle/orlando-hr-service-delivery/page/product/human-resources/task/t_CreateAnHRCase.html&amp;nbsp; :::&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Child Cases&lt;/P&gt;
&lt;P&gt;Lists child cases associated with this case. Click &lt;SPAN class="ph uicontrol"&gt;New&lt;/SPAN&gt; to create a child case under the case you are working on.&lt;/P&gt;
&lt;DIV class="note note note_note"&gt;&lt;SPAN class="note__title notetitle"&gt;Note:&lt;/SPAN&gt; When you close the parent case, all child cases are cancelled.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 11:03:46 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325556#M17830</guid>
      <dc:creator>Saurabh8</dc:creator>
      <dc:date>2020-05-06T11:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325557#M17831</link>
      <description>&lt;P&gt;Here is a couple of screenshots of the Business Rule that worked for me.&amp;nbsp; This example is running for a specific HR Service.&amp;nbsp; Of course, you can set conditions based on your needs.&amp;nbsp; &lt;EM&gt;(There is no screenshot of the 'Actions' tab as there is nothing there.)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/131374iA9531337AB83B9D0/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="find_real_file.png"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/131373i2AB7F7B71EF6B158/image-size/large?v=v2&amp;amp;px=999" role="button" title="find_real_file.png" alt="find_real_file.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 11:34:04 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325557#M17831</guid>
      <dc:creator>kevinthury</dc:creator>
      <dc:date>2020-05-06T11:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: HR Child Cases being Set to Cancelled</title>
      <link>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325558#M17832</link>
      <description>&lt;P&gt;Thanks a tonne! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 May 2020 12:11:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/hr-child-cases-being-set-to-cancelled/m-p/1325558#M17832</guid>
      <dc:creator>Saurabh8</dc:creator>
      <dc:date>2020-05-06T12:11:59Z</dc:date>
    </item>
  </channel>
</rss>

