<?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 Transferring a Case in HRSD forum</title>
    <link>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/2918085#M36379</link>
    <description>&lt;P&gt;I am having this issue while transferring a case from one HR service to another with the existing Case number. I am getting this below error "Please save your changes before transferring the case " Not sure what could be the reason.&amp;nbsp; &amp;nbsp;Appreciate your help in advance&lt;/P&gt;</description>
    <pubDate>Fri, 03 May 2024 17:05:32 GMT</pubDate>
    <dc:creator>Viren Singh</dc:creator>
    <dc:date>2024-05-03T17:05:32Z</dc:date>
    <item>
      <title>Transferring a Case</title>
      <link>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/2918085#M36379</link>
      <description>&lt;P&gt;I am having this issue while transferring a case from one HR service to another with the existing Case number. I am getting this below error "Please save your changes before transferring the case " Not sure what could be the reason.&amp;nbsp; &amp;nbsp;Appreciate your help in advance&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 17:05:32 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/2918085#M36379</guid>
      <dc:creator>Viren Singh</dc:creator>
      <dc:date>2024-05-03T17:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring a Case</title>
      <link>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/2972255#M37266</link>
      <description>&lt;P&gt;I am facing similar issue only when the cases are transferred within ER COEs . Any help would be appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Janani&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 11:56:18 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/2972255#M37266</guid>
      <dc:creator>Janani Krishnan</dc:creator>
      <dc:date>2024-06-25T11:56:18Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring a Case</title>
      <link>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/3040375#M38460</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/478696"&gt;@Viren Singh&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;any update on this?&lt;BR /&gt;I am also facing the same issue.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 03:41:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/3040375#M38460</guid>
      <dc:creator>Nisha15</dc:creator>
      <dc:date>2024-09-10T03:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring a Case</title>
      <link>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/3040734#M38467</link>
      <description>&lt;P&gt;Hi Nisha,&lt;/P&gt;&lt;P&gt;I was able to find the solution.&lt;/P&gt;&lt;P&gt;The issue was in the UI policy script. If you're using g_form.clearValue() to clear values in the script, please remove it from the UI policy and instead, use a Client Script to clear any variable values. This should resolve the problem.&lt;/P&gt;&lt;P&gt;Also, try using the Microsoft debugger to identify which variables are being cleared when you attempt to transfer the case from A to B.&lt;/P&gt;&lt;P&gt;Let me know if it solves your problem.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 10:08:58 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/3040734#M38467</guid>
      <dc:creator>Viren Singh</dc:creator>
      <dc:date>2024-09-10T10:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring a Case</title>
      <link>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/3040740#M38469</link>
      <description>&lt;P&gt;Hi Janani,&amp;nbsp; &amp;nbsp;try this please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue was in the UI policy script. If you're using g_form.clearValue() to clear values in the script, please remove it from the UI policy and instead, use a Client Script to clear any variable values. This should resolve the problem.&lt;/P&gt;&lt;P&gt;Also, try using the Microsoft debugger to identify which variables are being cleared when you attempt to transfer the case from A to B.&lt;/P&gt;&lt;P&gt;Let me know if it solves your problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;if this does not work, then try to add the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;sn_hr&lt;/STRONG&gt;_&lt;STRONG&gt;er_case_reader&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;sn_hr_er_case_writer&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;roles to the assignment group from where you would want to initiate the transfer.&amp;nbsp; Just test with one assignment group first&amp;nbsp; in Dev.&lt;/P&gt;&lt;P&gt;&amp;nbsp;Hopefully this will help&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 10:13:37 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/3040740#M38469</guid>
      <dc:creator>Viren Singh</dc:creator>
      <dc:date>2024-09-10T10:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Transferring a Case</title>
      <link>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/3040887#M38472</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/478696"&gt;@Viren Singh&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;I checked my ui policy script on sn_hr_core_case table, did not find any script where&amp;nbsp;&lt;SPAN&gt;g_form.clearValue() has been used, Anything else you can think of?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 12:00:51 GMT</pubDate>
      <guid>https://www.servicenow.com/community/hrsd-forum/transferring-a-case/m-p/3040887#M38472</guid>
      <dc:creator>Nisha15</dc:creator>
      <dc:date>2024-09-10T12:00:51Z</dc:date>
    </item>
  </channel>
</rss>

